Class 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 (må, 24 okt 2011) $
    • 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