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 
            BackingStoreExceptioninstance with a detailed exception message. | ||||||||||
|  | 
           Constructs a new 
            BackingStoreExceptioninstance with a nestedThrowable. | ||||||||||
| [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. | 
|---|