3.0.1: 2011-11-10

net.sf.basedb.core.authentication
Class LoginException

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.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) $

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

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

3.0.1: 2011-11-10