JSS 3.4

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 class:
PasswordCallback

public static class PasswordCallback.GiveUpException
extends java.lang.Exception

This exception is thrown if the PasswordCallback wants to stop guessing passwords.

See Also:
Serialized Form

Constructor Summary
PasswordCallback.GiveUpException()
           
PasswordCallback.GiveUpException(java.lang.String mesg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PasswordCallback.GiveUpException

public PasswordCallback.GiveUpException()

PasswordCallback.GiveUpException

public PasswordCallback.GiveUpException(java.lang.String mesg)

JSS 3.4