Package org.mozilla.jss.crypto
Class KeyAlreadyImportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.mozilla.jss.crypto.KeyAlreadyImportedException
- All Implemented Interfaces:
Serializable
This exception is thrown if the user tries to import a
key which is already in the specified token
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionKeyAlreadyImportedException
(String mesg, Throwable cause) KeyAlreadyImportedException
(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
-
KeyAlreadyImportedException
public KeyAlreadyImportedException() -
KeyAlreadyImportedException
-
KeyAlreadyImportedException
-
KeyAlreadyImportedException
-