Thrown to indicate that an
IdentifiedObjectSet operation could not complete because of a
failure in the backing store, or a failure to contact the backing store. This exception usually
has an
IOException or a
SQLException as its
.
since: 2.3 version: $Id: BackingStoreException.java 20874 2006-08-07 10:00:01Z jgarnett $ author: Martin Desruisseaux
Constructs a new exception with no detail message.
BackingStoreException
public BackingStoreException(String message)(Code)
Constructs a new exception with the specified detail message.
Parameters: message - the detail message, saved for later retrieval by the BackingStoreException.getMessage method.
Constructs a new exception with the specified detail message and cause.
Parameters: message - the detail message, saved for later retrieval by the BackingStoreException.getMessage method. Parameters: cause - the cause, saved for later retrieval by the Throwable.getCause method.