Class CertDatabaseException

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

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

  • Constructor Details

    • CertDatabaseException

      public CertDatabaseException()
    • CertDatabaseException

      public CertDatabaseException(String mesg)
    • CertDatabaseException

      public CertDatabaseException(String mesg, Throwable cause)
    • CertDatabaseException

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