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 int UNDEFINED


WHILE_RECEIVING

public static int WHILE_RECEIVING


WHILE_SENDING

public static int WHILE_SENDING


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) 2001,2002 www.jgroups.com . All Rights Reserved.