Class VersionComparisonConflictException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.maven.shared.release.versions.VersionComparisonConflictException
-
- All Implemented Interfaces:
java.io.Serializable
public class VersionComparisonConflictException extends java.lang.RuntimeException- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private intaetherComparisonResultprivate java.lang.StringlhsVersionprivate intmavenComparisonResultprivate java.lang.StringrhsVersion
-
Constructor Summary
Constructors Constructor Description VersionComparisonConflictException(java.lang.String lhsVersion, java.lang.String rhsVersion, int aetherComparisonResult, int mavenComparisonResult)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetMessage()
-