Class PasswordCallback.GiveUpException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.mozilla.jss.util.PasswordCallback.GiveUpException
All Implemented Interfaces:
Serializable
Enclosing interface:
PasswordCallback

public static class PasswordCallback.GiveUpException extends Exception
This exception is thrown if the PasswordCallback wants to stop guessing passwords.
See Also:
  • Field Details

  • Constructor Details

    • GiveUpException

      public GiveUpException()
    • GiveUpException

      public GiveUpException(String mesg)