rice.pastry.dist
Class NodeIsDeadException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
rice.pastry.dist.NodeIsDeadException
- All Implemented Interfaces:
- Serializable
public class NodeIsDeadException
- extends RuntimeException
Thrown if you try to send a message on a node that has been
killed.
- Author:
- Jeff Hoye
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
originalException
public Exception originalException
- The original reason we found the node to be dead.
NodeIsDeadException
public NodeIsDeadException(Exception e)
- Constructor for NodeIsDeadException.
- Parameters:
e - The original exception when we noticed
we had been killed.
Copyright © 2010. All Rights Reserved.