Class KeyAlreadyImportedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.mozilla.jss.crypto.KeyAlreadyImportedException
All Implemented Interfaces:
Serializable

public class KeyAlreadyImportedException extends Exception
This exception is thrown if the user tries to import a key which is already in the specified token
See Also:
  • Field Details

  • Constructor Details

    • KeyAlreadyImportedException

      public KeyAlreadyImportedException()
    • KeyAlreadyImportedException

      public KeyAlreadyImportedException(String mesg)
    • KeyAlreadyImportedException

      public KeyAlreadyImportedException(String mesg, Throwable cause)
    • KeyAlreadyImportedException

      public KeyAlreadyImportedException(String mesg, Throwable cause, boolean enableSuppression, boolean writableStackTrace)