org.jgroups.persistence

Class CannotRemoveException

public class CannotRemoveException extends Exception

Author: Mandar Shinde This exception inherits the Exception class and is used in cases where the Persistence Storage cannot remove a pair from its storage mechanism (leading to permannt errors)

Field Summary
Stringreason
Throwablet
members are made available so that the top level user can dump appropriate members on to his stack trace
Constructor Summary
CannotRemoveException(Throwable t, String reason)
Method Summary
StringtoString()

Field Detail

reason

public String reason

t

public Throwable t
members are made available so that the top level user can dump appropriate members on to his stack trace

Constructor Detail

CannotRemoveException

public CannotRemoveException(Throwable t, String reason)

Parameters: t reason implementor-specified runtime reason

Method Detail

toString

public String toString()

Returns: String;

Copyright ? 1998-2005 Bela Ban. All Rights Reserved.