3.2.1: 2012-12-13

net.sf.basedb.core
Class LoginException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sf.basedb.core.BaseException
                  extended by net.sf.basedb.core.LoginException
All Implemented Interfaces:
Serializable

public class LoginException
extends BaseException

Exceptions of this type are thrown when the BASE server uses an external authentication plug-in and it is not clear if the login or password is causing the failure.

Since:
3.0
Author:
Nicklas
See Also:
Serialized Form

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

Parameters:
message - The message to throw with the exception

LoginException

public LoginException(String message,
                      Throwable cause)
Create a new LoginException object with the specified message

Parameters:
message - The message to throw with the exception
cause - The cause of the exception

3.2.1: 2012-12-13