Package org.jgroups.persistence
Class CannotRemoveException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jgroups.persistence.CannotRemoveException
- All Implemented Interfaces:
Serializable
- 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)
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
t
members are made available so that the top level user can dump appropriate members on to his stack trace -
reason
-
-
Constructor Details
-
CannotRemoveException
- Parameters:
t
-reason
- implementor-specified runtime reason
-
-
Method Details