public class MavenInvocationException
extends java.lang.Exception
InvocationResult.getExitCode(),
Serialized Form| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
MavenInvocationException(java.lang.String message)
Creates a new exception using the specified detail message.
|
MavenInvocationException(java.lang.String message,
java.lang.Throwable cause)
Creates a new exception using the specified detail message and cause.
|
private static final long serialVersionUID
public MavenInvocationException(java.lang.String message,
java.lang.Throwable cause)
message - The detail message for this exception, may be null.cause - The nested exception, may be null.public MavenInvocationException(java.lang.String message)
message - The detail message for this exception, may be null.