org.proteios.core.authentication
Class InvalidPasswordException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.proteios.core.authentication.AuthenticationException
org.proteios.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-09 08:48:11 +0200 (Thu, 09 Apr 2009) $
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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 invalidmsg - An error message with more information