H A D | BackingStoreException.java | 38 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
|