Class MavenExecutorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.shared.release.exec.MavenExecutorException
- All Implemented Interfaces:
Serializable
Exception executing Maven.
- Author:
- Brett Porter
- See Also:
-
Constructor Summary
ConstructorDescriptionMavenExecutorException
(String message, int exitCode) Constructor for MavenExecutorException.MavenExecutorException
(String message, Throwable cause) Constructor for MavenExecutorException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
Method Details
-
getExitCode
public int getExitCode()Getter for the field
exitCode
.- Returns:
- a int
-