net.sf.basedb.core.authentication
Class LoginException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.sf.basedb.core.authentication.AuthenticationException
net.sf.basedb.core.authentication.LoginException
- All Implemented Interfaces:
- Serializable
public class LoginException
- extends AuthenticationException
This exception can be thrown when an error occurs during the
authentication, but it is not known if the username or password
is causing the problem.
- Since:
- 3.0
- Author:
- Nicklas
- See Also:
- Serialized Form
- Last modified
- $Date: 2011-10-24 13:44:02 +0200 (Mon, 24 Oct 2011) $
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
LoginException
public LoginException(String msg)
- Create a new
LoginException
object
- Parameters:
msg
- The error message
LoginException
public LoginException(String msg,
Throwable cause)
- Create a new
LoginException
object
- Parameters:
cause
- Another exception which is the cause of the error