Class MavenExecutorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.maven.shared.release.exec.MavenExecutorException
-
- All Implemented Interfaces:
java.io.Serializable
public class MavenExecutorException extends java.lang.Exception
Exception executing Maven.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MavenExecutorException(java.lang.String message, int exitCode, java.lang.String stdOut, java.lang.String stdErr)
MavenExecutorException(java.lang.String message, java.lang.String stdOut, java.lang.String stdErr, java.lang.Exception e)
MavenExecutorException(java.lang.String message, java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getExitCode()
-
-
-
Constructor Detail
-
MavenExecutorException
public MavenExecutorException(java.lang.String message, int exitCode, java.lang.String stdOut, java.lang.String stdErr)
-
MavenExecutorException
public MavenExecutorException(java.lang.String message, java.lang.String stdOut, java.lang.String stdErr, java.lang.Exception e)
-
MavenExecutorException
public MavenExecutorException(java.lang.String message, java.lang.Throwable cause)
-
-