org.jgroups.protocols.ring
Class TokenLostException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.io.InterruptedIOException
org.jgroups.protocols.ring.TokenLostException
- All Implemented Interfaces:
- java.io.Serializable
- public class TokenLostException
- extends java.io.InterruptedIOException
- See Also:
- Serialized Form
Fields inherited from class java.io.InterruptedIOException |
bytesTransferred |
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 |
UNDEFINED
public static final int UNDEFINED
- See Also:
- Constant Field Values
WHILE_RECEIVING
public static final int WHILE_RECEIVING
- See Also:
- Constant Field Values
WHILE_SENDING
public static final int WHILE_SENDING
- See Also:
- Constant Field Values
failedNode
protected Address failedNode
cause
protected java.lang.Throwable cause
mode
protected int mode
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)
getFailureMode
public int getFailureMode()
getFailedNode
public Address getFailedNode()
toString
public java.lang.String toString()
Copyright ? 1998-2005 Bela Ban. All Rights Reserved.