public class MavenInvocationException extends Exception
InvocationResult.getExitCode(),
Serialized Form| Constructor and Description |
|---|
MavenInvocationException(String message)
Creates a new exception using the specified detail message.
|
MavenInvocationException(String message,
Throwable cause)
Creates a new exception using the specified detail message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MavenInvocationException(String message, Throwable cause)
message - The detail message for this exception, may be null.cause - The nested exception, may be null.public MavenInvocationException(String message)
message - The detail message for this exception, may be null.Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.