Class ReleaseScmRepositoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.shared.release.ReleaseFailureException
org.apache.maven.shared.release.scm.ReleaseScmRepositoryException
- All Implemented Interfaces:
Serializable
Exception occurring during an SCM repository operation.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionReleaseScmRepositoryException
(String message, List<String> validationMessages) -
Method Summary
Modifier and TypeMethodDescriptionprivate static String
listValidationMessages
(List<String> messages) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ReleaseScmRepositoryException
-
-
Method Details
-
listValidationMessages
-