Rice Pastry API

rice.pastry.dist
Class NodeIsDeadException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by rice.pastry.dist.NodeIsDeadException
All Implemented Interfaces:
java.io.Serializable

public class NodeIsDeadException
extends java.lang.RuntimeException

Thrown if you try to send a message on a node that has been killed.

Author:
Jeff Hoye
See Also:
Serialized Form

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

originalException

public java.lang.Exception originalException
The original reason we found the node to be dead.

Constructor Detail

NodeIsDeadException

public NodeIsDeadException(java.lang.Exception e)
Constructor for NodeIsDeadException.

Parameters:
e - The original exception when we noticed we had been killed.

Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection