|
Rice Pastry API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException rice.pastry.dist.NodeIsDeadException
public class NodeIsDeadException
Thrown if you try to send a message on a node that has been killed.
Field Summary | |
---|---|
java.lang.Exception |
originalException
The original reason we found the node to be dead. |
Constructor Summary | |
---|---|
NodeIsDeadException(java.lang.Exception e)
Constructor for NodeIsDeadException. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public java.lang.Exception originalException
Constructor Detail |
---|
public NodeIsDeadException(java.lang.Exception e)
e
- The original exception when we noticed
we had been killed.
|
Rice Pastry API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |