Class AlreadyInitializedException

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

public class AlreadyInitializedException extends Exception
This exception is thrown if an initialization operation is attempted on something that is already initialized.
See Also:
  • Field Details

  • Constructor Details

    • AlreadyInitializedException

      public AlreadyInitializedException()
    • AlreadyInitializedException

      public AlreadyInitializedException(String mesg)
    • AlreadyInitializedException

      public AlreadyInitializedException(String mesg, Throwable cause)
    • AlreadyInitializedException

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