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, toString
public RemoteExecutionException(String failure, String trace) throws NumberFormatException, IOException
NumberFormatException
IOException
public static RemoteExecutionException getExceptionFromTrace(String trace) throws IOException
IOException
public void printStackTrace(PrintStream s)
printStackTrace
in class Throwable
public void printStackTrace(PrintWriter s)
printStackTrace
in class Throwable
public StackTraceElement[] getStackTrace()
getStackTrace
in class Throwable
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.