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.ExceptionThis exception is thrown if thePasswordCallbackwants to stop guessing passwords.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GiveUpException()GiveUpException(java.lang.String mesg)
-