java.util.prefs
public class BackingStoreException extends 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.
Since: 1.4
UNKNOWN: updated to 1.4
| Constructor Summary | |
|---|---|
| BackingStoreException(String message)
Creates a new exception with a descriptive message.
| |
| BackingStoreException(Throwable cause)
Create a new exception with the given cause.
| |
Parameters: message the message
Parameters: cause the cause