Package org.mozilla.jss.util
Class PasswordCallback.GiveUpException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.mozilla.jss.util.PasswordCallback.GiveUpException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing interface:
- PasswordCallback
public static class PasswordCallback.GiveUpException extends java.lang.Exception
This exception is thrown if thePasswordCallback
wants to stop guessing passwords.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GiveUpException()
GiveUpException(java.lang.String mesg)
-