org.jcsp.net.remote
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.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace
public final Throwable cause
public RemoteSpawnException(Throwable cause)
cause
- the actual exception.public void printStackTrace()
printStackTrace
in class Throwable
Submit a bug or feature to jcsp-team@kent.ac.uk
Version 1.1-rc4 of the JCSP API Specification (Copyright 1997-2008 P.D.Austin and P.H.Welch - All Rights Reserved)
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.