public class MavenExecutorException extends Exception
Constructor and Description |
---|
MavenExecutorException(String message,
int exitCode,
String stdOut,
String stdErr) |
MavenExecutorException(String message,
String stdOut,
String stdErr,
Exception e) |
MavenExecutorException(String message,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
int |
getExitCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2002–2014 The Apache Software Foundation. All rights reserved.