public class java.util.prefs
BackingStoreException


Show All Login
Java SE 6
  
Extends: Throwable > Exception
Details
Thrown to indicate that a preferences operation could not complete because of a failure in the backing store, or a failure to contact the backing store.
version1.8, 11/17/05
since1.4

Constructors
public BackingStoreException(String s) Details
Constructs a BackingStoreException with the specified detail message.
sthe detail message.
public BackingStoreException(Throwable cause) Details
Constructs a BackingStoreException with the specified cause.
causethe cause