| java.lang.Object | |||
| ↳ | java.lang.Throwable | ||
| ↳ | java.lang.Exception | ||
| ↳ | java.util.prefs.BackingStoreException | ||
An exception to indicate that an error was encountered while accessing the backing store.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a new
BackingStoreException instance with a detailed
exception message.
| |||||||||||
Constructs a new
BackingStoreException instance with a nested
Throwable.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
| |||||||||||
Constructs a new BackingStoreException instance with a detailed
exception message.
| s | the detailed exception message. |
|---|
Constructs a new BackingStoreException instance with a nested
Throwable.
| t | the nested Throwable.
|
|---|