public class RemoteSpawnException
extends java.lang.RuntimeException
Modifier and Type | Field and Description |
---|---|
java.lang.Throwable |
cause
The actual exception.
|
Constructor and Description |
---|
RemoteSpawnException(java.lang.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.
|
java.lang.String |
toString()
Returns a string representation of the actual exception.
|
public RemoteSpawnException(java.lang.Throwable cause)
cause
- the actual exception.public void rethrow() throws java.lang.Throwable
java.lang.Throwable
public void printStackTrace()
printStackTrace
in class java.lang.Throwable
public java.lang.String toString()
toString
in class java.lang.Throwable
Copyright © 1996–2020. All rights reserved.