Searched defs:BackingStoreException (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/util/prefs/
H A DBackingStoreException.java38 public class BackingStoreException extends Exception { class in inherits:Exception
40 * Constructs a BackingStoreException with the specified detail message.
44 public BackingStoreException(String s) { method in class:BackingStoreException
49 * Constructs a BackingStoreException with the specified cause.
53 public BackingStoreException(Throwable cause) { method in class:BackingStoreException

Completed in 151 milliseconds