public class BackingStoreException extends java.lang.Exception
clear(), keys(), childrenNames(), nodeExists(), removeNode(),
flush(), sync(), exportNode(), exportSubTree(); normal operations
do not throw BackingStoreExceptions.
Note that although this class inherits the Serializable interface, an
attempt to serialize will fail with a NotSerializableException.
| Constructor and Description |
|---|
BackingStoreException(java.lang.String message)
Creates a new exception with a descriptive message.
|
BackingStoreException(java.lang.Throwable cause)
Create a new exception with the given cause.
|
public BackingStoreException(java.lang.String message)
message - the messagepublic BackingStoreException(java.lang.Throwable cause)
cause - the cause