Class KeyDatabaseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.mozilla.jss.KeyDatabaseException
All Implemented Interfaces:
Serializable

public class KeyDatabaseException extends Exception
This exception is thrown if the key database does not exist, or if an error occurs while opening it.
See Also:
  • Field Details

  • Constructor Details

    • KeyDatabaseException

      public KeyDatabaseException()
    • KeyDatabaseException

      public KeyDatabaseException(String mesg)
    • KeyDatabaseException

      public KeyDatabaseException(String mesg, Throwable cause)
    • KeyDatabaseException

      public KeyDatabaseException(String mesg, Throwable cause, boolean enableSuppression, boolean writableStackTrace)