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

/libcore/luni/src/main/java/java/util/prefs/
H A DBackingStoreException.java26 public class BackingStoreException extends Exception { class in inherits:Exception
31 * Constructs a new {@code BackingStoreException} instance with a detailed
37 public BackingStoreException (String s) { method in class:BackingStoreException
42 * Constructs a new {@code BackingStoreException} instance with a nested
48 public BackingStoreException (Throwable t) { method in class:BackingStoreException

Completed in 96 milliseconds