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, setStackTracepublic final Throwable cause
public RemoteSpawnException(Throwable cause)
cause - the actual exception.public void printStackTrace()
printStackTrace in class ThrowableCopyright © 1996–2015. All rights reserved.