Rice Pastry API

rice.pastry.dist
Class NodeIsDeadException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byrice.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.

Version:
$Id: pretty.settings 2305 2005-03-11 20:22:33Z jeffh $
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.
 
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