java.util.prefs.BackingStoreException
An exception to indicate that some error was encountered while accessing
the backing store.
Summary
Public Constructors
fillInStackTrace,
getCause,
getLocalizedMessage,
getMessage,
getStackTrace,
initCause,
printStackTrace,
printStackTrace,
printStackTrace,
setStackTrace,
toString
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Public Constructors
public
BackingStoreException(String s)
Constructs a new
BackingStoreException instance using an
exception message.
public
BackingStoreException(Throwable t)
Constructs a new
BackingStoreException instance using a
nested
Throwable instance.
Parameters
| t
| the nested Throwable instance.
|