Class BackingStoreException
-
- All Implemented Interfaces:
-
java.io.Serializable
public class BackingStoreException extends SecureStoreExceptionSignals that an error occurred during SecureDatabaseResultSet or SecureDatabaseStore operations.
-
-
Constructor Summary
Constructors Constructor Description BackingStoreException(String message, Throwable cause)Constructs a BackingStoreExceptionwith the specified message and cause.BackingStoreException(String message)Constructs a BackingStoreExceptionwith the specified message.
-
Method Summary
Modifier and Type Method Description -
-
Constructor Detail
-
BackingStoreException
BackingStoreException(String message, Throwable cause)
Constructs a
BackingStoreExceptionwith the specified message and cause.- Parameters:
message- the detail message which is saved for later retrieval by the getMessage methodcause- the cause which is saved for later retrieval by the getCause method.
-
BackingStoreException
BackingStoreException(String message)
Constructs a
BackingStoreExceptionwith the specified message.- Parameters:
message- the detail message which is saved for later retrieval by the getMessage method
-
-
-
-