public class RemoteSpawnException extends RuntimeException
Constructor and Description |
---|
RemoteSpawnException(Throwable cause)
Constructs a new exception.
|
Modifier and Type | Method and Description |
---|---|
void |
printStackTrace()
Prints the stack trace of the actual exception.
|
void |
rethrow()
Rethrows the actual exception.
|
String |
toString()
Returns a string representation of the actual exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace
public final Throwable cause
public RemoteSpawnException(Throwable cause)
cause
- the actual exception.public void printStackTrace()
printStackTrace
in class Throwable
Copyright © 1996–2014. All rights reserved.