org.javagroups.protocols.ring
Class TokenLostException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.io.IOException
|
+--java.io.InterruptedIOException
|
+--org.javagroups.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 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
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()
- Overrides:
toString
in class java.lang.Throwable
Copyright ? 2001,2002 www.javagroups.com . All Rights Reserved.