Class IncorrectPasswordException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.mozilla.jss.util.IncorrectPasswordException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PK11Token.NotInitializedException

public class IncorrectPasswordException extends Exception
See Also:
  • Field Details

  • Constructor Details

    • IncorrectPasswordException

      public IncorrectPasswordException()
    • IncorrectPasswordException

      public IncorrectPasswordException(String mesg)
    • IncorrectPasswordException

      public IncorrectPasswordException(String mesg, Throwable cause)
    • IncorrectPasswordException

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