Package org.mozilla.jss
Class KeyDatabaseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.mozilla.jss.KeyDatabaseException
- All Implemented Interfaces:
Serializable
This exception is thrown if the key database does not exist, or if
an error occurs while opening it.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionKeyDatabaseException
(String mesg) KeyDatabaseException
(String mesg, Throwable cause) KeyDatabaseException
(String mesg, Throwable cause, boolean enableSuppression, boolean writableStackTrace) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
KeyDatabaseException
public KeyDatabaseException() -
KeyDatabaseException
-
KeyDatabaseException
-
KeyDatabaseException
-