org.jgroups.protocols.ring

Class TokenLostException

public class TokenLostException extends InterruptedIOException

Field Summary
protected Throwablecause
protected AddressfailedNode
protected intmode
static intUNDEFINED
static intWHILE_RECEIVING
static intWHILE_SENDING
Constructor Summary
TokenLostException()
TokenLostException(String message)
TokenLostException(String message, Throwable cause, Address failedNode, int mode)
Method Summary
AddressgetFailedNode()
intgetFailureMode()
StringtoString()

Field Detail

cause

protected Throwable cause

failedNode

protected Address failedNode

mode

protected int mode

UNDEFINED

public static final int UNDEFINED

WHILE_RECEIVING

public static final int WHILE_RECEIVING

WHILE_SENDING

public static final int WHILE_SENDING

Constructor Detail

TokenLostException

public TokenLostException()

TokenLostException

public TokenLostException(String message)

TokenLostException

public TokenLostException(String message, Throwable cause, Address failedNode, int mode)

Method Detail

getFailedNode

public Address getFailedNode()

getFailureMode

public int getFailureMode()

toString

public String toString()
Copyright ? 1998-2005 Bela Ban. All Rights Reserved.