2.17.2: 2011-06-17

net.sf.basedb.core.authentication
Class InvalidPasswordException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.basedb.core.authentication.AuthenticationException
              extended by net.sf.basedb.core.authentication.InvalidPasswordException
All Implemented Interfaces:
Serializable

public class InvalidPasswordException
extends AuthenticationException

This exception can be thrown when the password is invalid.

Version:
2.0
Author:
Nicklas
See Also:
Serialized Form
Last modified
$Date: 2009-04-06 14:52:39 +0200 (Mon, 06 Apr 2009) $

Field Summary
private static long serialVersionUID
           
 
Constructor Summary
InvalidPasswordException(String login)
          Create a new InvalidPasswordException object
InvalidPasswordException(String login, String msg)
          Create a new InvalidPasswordException object
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

InvalidPasswordException

public InvalidPasswordException(String login)
Create a new InvalidPasswordException object

Parameters:
login - The login name for which the password is invalid

InvalidPasswordException

public InvalidPasswordException(String login,
                                String msg)
Create a new InvalidPasswordException object

Parameters:
login - The login name for which the password is invalid
msg - An error message with more information

2.17.2: 2011-06-17