No examples for this method.
Frequently called with: [Clear]
-1
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
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
|||||||||||
![]() |
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 . |
---|