public class BackingStoreException extends Exception
BackingStore.getCause()
can be used to get the actual store
specific exception.Constructor and Description |
---|
BackingStoreException()
Creates a BackingStoreException with null as its detail message.
|
BackingStoreException(String message)
constructs a BackingStoreException with the specified detail message
|
BackingStoreException(String message,
Throwable th)
Constructs a new BackingStoreException exception with the specified cause
and a detail message of (cause==null ? null : cause.toString())
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public BackingStoreException()
Throwable.initCause(java.lang.Throwable)
.public BackingStoreException(String message)
message
- the detail message. The detail message is saved for later
retrieval by the Throwable.getMessage()
method.public BackingStoreException(String message, Throwable th)
message
- the detail message. The detail message is saved forth
- the causeCopyright © 2015 Oracle Corporation. All rights reserved.