Class OpenFailureException
-
- All Implemented Interfaces:
-
java.io.Serializable
public class OpenFailureException extends ExceptionSignals that an error occurred when opening the Secure Database.
-
-
Constructor Summary
Constructors Constructor Description OpenFailureException(String message, Throwable cause)Constructs a OpenFailureExceptionwith the specified message and cause.
-
Method Summary
Modifier and Type Method Description -
-
Constructor Detail
-
OpenFailureException
OpenFailureException(String message, Throwable cause)
Constructs a
OpenFailureExceptionwith 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.
-
-
-
-