Package org.mozilla.jss.crypto
Class TokenRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.mozilla.jss.crypto.TokenRuntimeException
- 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
ConstructorsConstructorDescriptionTokenRuntimeException
(String mesg) TokenRuntimeException
(String mesg, Throwable cause) TokenRuntimeException
(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
-
TokenRuntimeException
public TokenRuntimeException() -
TokenRuntimeException
-
TokenRuntimeException
-
TokenRuntimeException
-