public class BackingStoreException extends Exception
| Constructor and Description |
|---|
BackingStoreException(String s)
Constructs a new
BackingStoreException instance with a detailed
exception message. |
BackingStoreException(Throwable t)
Constructs a new
BackingStoreException instance with a nested
Throwable. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BackingStoreException(String s)
BackingStoreException instance with a detailed
exception message.s - the detailed exception message.public BackingStoreException(Throwable t)
BackingStoreException instance with a nested
Throwable.t - the nested Throwable.