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 int
aetherComparisonResult
private java.lang.String
lhsVersion
private int
mavenComparisonResult
private java.lang.String
rhsVersion
-
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.String
getMessage()
-