Class AuthenticationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sf.basedb.core.authentication.AuthenticationException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidPasswordException, LoginException, UnknownLoginException

public class AuthenticationException extends RuntimeException
This exception can be thrown when an error occurs during the authentication.
Version:
2.0
Author:
Nicklas
See Also:
Last modified
$Date: 2014-02-25 13:11:25 +0100 (ti, 25 feb 2014) $
  • Field Details

  • Constructor Details

    • 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
    • AuthenticationException

      public AuthenticationException(String msg, Throwable cause)
      Create a new AuthenticationException object
      Parameters:
      msg - The error message
      Since:
      3.0