net.sf.basedb.core.authentication
Class AuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.sf.basedb.core.authentication.AuthenticationException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- InvalidPasswordException, UnknownLoginException
public class AuthenticationException
- extends Exception
This exception can be thrown when an error occurs during the
authentication.
- Version:
- 2.0
- Author:
- Nicklas
- See Also:
- Serialized Form
- Last modified
- $Date: 2009-04-06 14:52:39 +0200 (Mon, 06 Apr 2009) $
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
AuthenticationException
public AuthenticationException(String msg)
- Create a new
AuthenticationException
object
- Parameters:
msg
- The error message
AuthenticationException
public AuthenticationException(Throwable cause)
- Create a new
AuthenticationException
object
- Parameters:
cause
- Another exception which is the cause of the error