org.beepcore.beep.profile.sasl.otp.database
Class NoMorePasswordsException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.beepcore.beep.core.BEEPException
              extended byorg.beepcore.beep.profile.sasl.SASLException
                  extended byorg.beepcore.beep.profile.sasl.otp.database.NoMorePasswordsException
All Implemented Interfaces:
java.io.Serializable

public class NoMorePasswordsException
extends SASLException

This Exception represents the error case in which a peer attempting to authenticate via SASL OTP finds that no more one-time passwords are available.

See Also:
Serialized Form

Field Summary
static java.lang.String MSG
           
 
Constructor Summary
NoMorePasswordsException(java.lang.String username)
          Default Constructor
 
Methods inherited from class org.beepcore.beep.core.BEEPException
getCause, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

MSG

public static final java.lang.String MSG
See Also:
Constant Field Values
Constructor Detail

NoMorePasswordsException

public NoMorePasswordsException(java.lang.String username)
Default Constructor

Parameters:
username - Denotes the identity of the peer wishing to authenticate via SASL OTP


Copyright ? 2001 Invisible Worlds, Inc. All Rights Reserved.