Package org.apache.maven.shared.release
Class ReleaseExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.shared.release.ReleaseExecutionException
- All Implemented Interfaces:
Serializable
Exception occurring during release execution.
- Author:
- Brett Porter
- See Also:
-
Constructor Summary
ConstructorDescriptionReleaseExecutionException
(String message) Creates a new instance ofReleaseExecutionException
without detail message.ReleaseExecutionException
(String message, Throwable cause) Constructs an instance ofReleaseExecutionException
with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ReleaseExecutionException
Creates a new instance ofReleaseExecutionException
without detail message. -
ReleaseExecutionException
Constructs an instance ofReleaseExecutionException
with the specified detail message.- Parameters:
message
- the detail message.
-