Class InvalidPasswordException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.sf.basedb.core.authentication.AuthenticationException
-
- 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 (må, 06 apr 2009) $
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description InvalidPasswordException(String login)
Create a newInvalidPasswordException
objectInvalidPasswordException(String login, String msg)
Create a newInvalidPasswordException
object
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
InvalidPasswordException
public InvalidPasswordException(String login)
Create a newInvalidPasswordException
object- Parameters:
login
- The login name for which the password is invalid
-
-