org.jgroups.protocols.ring

Class TokenLostException


public class TokenLostException
extends InterruptedIOException

Field Summary

static int
UNDEFINED
static int
WHILE_RECEIVING
static int
WHILE_SENDING
protected Throwable
cause
protected Address
failedNode
protected int
mode

Constructor Summary

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

Method Summary

Address
getFailedNode()
int
getFailureMode()
String
toString()

Field Details

UNDEFINED

public static final int UNDEFINED
Field Value:
0

WHILE_RECEIVING

public static final int WHILE_RECEIVING
Field Value:
1

WHILE_SENDING

public static final int WHILE_SENDING
Field Value:
2

cause

protected Throwable cause

failedNode

protected Address failedNode

mode

protected int mode

Constructor Details

TokenLostException

public TokenLostException()

TokenLostException

public TokenLostException(String message)

TokenLostException

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

Method Details

getFailedNode

public Address getFailedNode()

getFailureMode

public int getFailureMode()

toString

public String toString()

Copyright B) 1998-2005 Bela Ban. All Rights Reserved.