Package org.mozilla.jss.crypto
Class TokenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.mozilla.jss.crypto.TokenException
- All Implemented Interfaces:
Serializable
This class indicates that an unknown error occurred on a CryptoToken.
The nature of CryptoTokens makes such unpredictable errors possible.
For example, a smartcard could be yanked out of its slot in the middle
of a cryptographic operation.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTokenException
(String mesg) TokenException
(String mesg, Throwable cause) TokenException
(String mesg, Throwable cause, boolean enableSuppression, boolean writableStackTrace) -
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
-
TokenException
public TokenException() -
TokenException
-
TokenException
-
TokenException
-