org.mozilla.jss.util
Class PasswordCallback.GiveUpException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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 the PasswordCallback wants to stop guessing passwords.

See Also:
Serialized Form

Constructor Summary
PasswordCallback.GiveUpException()
           
PasswordCallback.GiveUpException(java.lang.String mesg)
           
 
Method Summary
 
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)