public class TokenLostException
extends java.io.InterruptedIOException
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Throwable |
cause |
protected Address |
failedNode |
protected int |
mode |
static int |
UNDEFINED |
static int |
WHILE_RECEIVING |
static int |
WHILE_SENDING |
| Constructor and Description |
|---|
TokenLostException() |
TokenLostException(java.lang.String message) |
TokenLostException(java.lang.String message,
java.lang.Throwable cause,
Address failedNode,
int mode) |
| Modifier and Type | Method and Description |
|---|---|
Address |
getFailedNode() |
int |
getFailureMode() |
java.lang.String |
toString() |
public static final int UNDEFINED
public static final int WHILE_RECEIVING
public static final int WHILE_SENDING
protected Address failedNode
protected java.lang.Throwable cause
protected int mode
public TokenLostException()
public TokenLostException(java.lang.String message)
public TokenLostException(java.lang.String message,
java.lang.Throwable cause,
Address failedNode,
int mode)
public int getFailureMode()
public Address getFailedNode()
public java.lang.String toString()
toString in class java.lang.ThrowableCopyright ? 1998-2006 Bela Ban. All Rights Reserved.