org.jgroups.protocols.ring
Class TokenLostException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byjava.io.InterruptedIOException
                  extended byorg.jgroups.protocols.ring.TokenLostException
All Implemented Interfaces:
java.io.Serializable

public class TokenLostException
extends java.io.InterruptedIOException

See Also:
Serialized Form

Field Summary
protected  java.lang.Throwable cause
           
protected  Address failedNode
           
protected  int mode
           
static int UNDEFINED
           
static int WHILE_RECEIVING
           
static int WHILE_SENDING
           
 
Fields inherited from class java.io.InterruptedIOException
bytesTransferred
 
Constructor Summary
TokenLostException()
           
TokenLostException(java.lang.String message)
           
TokenLostException(java.lang.String message, java.lang.Throwable cause, Address failedNode, int mode)
           
 
Method Summary
 Address getFailedNode()
           
 int getFailureMode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

UNDEFINED

public static int UNDEFINED

WHILE_RECEIVING

public static int WHILE_RECEIVING

WHILE_SENDING

public static int WHILE_SENDING

failedNode

protected Address failedNode

cause

protected java.lang.Throwable cause

mode

protected int mode
Constructor Detail

TokenLostException

public TokenLostException()

TokenLostException

public TokenLostException(java.lang.String message)

TokenLostException

public TokenLostException(java.lang.String message,
                          java.lang.Throwable cause,
                          Address failedNode,
                          int mode)
Method Detail

getFailureMode

public int getFailureMode()

getFailedNode

public Address getFailedNode()

toString

public java.lang.String toString()


Copyright © 2001,2002 www.jgroups.com . All Rights Reserved.