public class ExecException
extends org.apache.camel.RuntimeCamelException
Constructor and Description |
---|
ExecException(String message,
InputStream stdout,
InputStream stderr,
int exitValue) |
ExecException(String message,
InputStream stdout,
InputStream stderr,
int exitValue,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
int |
getExitValue() |
InputStream |
getStderr() |
InputStream |
getStdout() |
wrapRuntimeCamelException, wrapRuntimeException
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ExecException(String message, InputStream stdout, InputStream stderr, int exitValue)
public ExecException(String message, InputStream stdout, InputStream stderr, int exitValue, Throwable cause)
public int getExitValue()
public InputStream getStdout()
public InputStream getStderr()
Apache Camel