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
ConstructorsConstructorDescriptionReleaseExecutionException(String message) Creates a new instance ofReleaseExecutionExceptionwithout detail message.ReleaseExecutionException(String message, Throwable cause) Constructs an instance ofReleaseExecutionExceptionwith 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 ofReleaseExecutionExceptionwithout detail message. -
ReleaseExecutionException
Constructs an instance ofReleaseExecutionExceptionwith the specified detail message.- Parameters:
message- the detail message.
-