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:
java.io.Serializable
public class PK11Exception extends java.lang.RuntimeException
This is a generic PKCS #11 exception.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PK11Exception()
PK11Exception(java.lang.String mesg)
PK11Exception(java.lang.String mesg, java.lang.Throwable cause)
PK11Exception(java.lang.Throwable cause)
-