Package org.mozilla.jss.pkcs11
Class PK11Token.NotInitializedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.mozilla.jss.util.IncorrectPasswordException
org.mozilla.jss.pkcs11.PK11Token.NotInitializedException
- All Implemented Interfaces:
Serializable
- Enclosing class:
PK11Token
Thrown if the operation requires that the token be logged in, and it
isn't.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
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
-
NotInitializedException
public NotInitializedException() -
NotInitializedException
-