Package org.mozilla.jss.pkcs11
Class PK11Exception
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.mozilla.jss.pkcs11.PK11Exception
- All Implemented Interfaces:
Serializable
This is a generic PKCS #11 exception.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPK11Exception
(String mesg) PK11Exception
(String mesg, Throwable cause) PK11Exception
(String mesg, Throwable cause, boolean enableSuppression, boolean writableStackTrace) PK11Exception
(Throwable cause) -
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
-
PK11Exception
public PK11Exception() -
PK11Exception
-
PK11Exception
-
PK11Exception
-
PK11Exception
-