public class RemoteExecutionException extends RuntimeException
| Constructor and Description |
|---|
RemoteExecutionException(String failure,
String trace) |
| Modifier and Type | Method and Description |
|---|---|
static RemoteExecutionException |
getExceptionFromTrace(String trace) |
StackTraceElement[] |
getStackTrace() |
void |
printStackTrace(PrintStream s) |
void |
printStackTrace(PrintWriter s) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getSuppressed, initCause, printStackTrace, setStackTrace, toStringpublic RemoteExecutionException(String failure, String trace) throws NumberFormatException, IOException
NumberFormatExceptionIOExceptionpublic static RemoteExecutionException getExceptionFromTrace(String trace) throws IOException
IOExceptionpublic void printStackTrace(PrintStream s)
printStackTrace in class Throwablepublic void printStackTrace(PrintWriter s)
printStackTrace in class Throwablepublic StackTraceElement[] getStackTrace()
getStackTrace in class ThrowableCopyright © 2007–2017 The Apache Software Foundation. All rights reserved.