Name

BackingStoreException

Synopsis

Signals that a Preferences method could not complete because of an implementation-specific problem with the preferences database. The most commonly used methods of the Preferences class do not throw this exception, and are guaranteed to succeed even if the implementation’s preferences data is not available. Note that although this class inherits the Serializable interface, implementations are not actually required to be serializable.

java.util.prefs.BackingStoreException

Figure 16-125. java.util.prefs.BackingStoreException

public class BackingStoreException extends Exception {
// Public Constructors
     public BackingStoreException(Throwable cause);  
     public BackingStoreException(String s);  
}

Thrown By

Too many methods to list.

Get Java in a Nutshell, 5th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.