org.jgroups.persistence
Class CannotRemoveException
Exception
org.jgroups.persistence.CannotRemoveException
public class CannotRemoveException
extends Exception
- 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)
String | reason
|
Throwable | t - members are made available so that the top level user can dump
appropriate members on to his stack trace
|
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
CannotRemoveException
public CannotRemoveException(Throwable t,
String reason)
toString
public String toString()
Copyright B) 2001,2002 www.jgroups.com . All Rights Reserved.