Class UnknownLoginException

  • All Implemented Interfaces:
    Serializable

    public class UnknownLoginException
    extends AuthenticationException
    This exception can be thrown when the login is unknown to the authentication server.
    Version:
    2.0
    Author:
    Nicklas
    See Also:
    Serialized Form
    Last modified
    $Date: 2009-04-06 14:52:39 +0200 (må, 06 apr 2009) $
    • Constructor Detail

      • UnknownLoginException

        public UnknownLoginException​(String login)
        Create a new UnknownLoginException object
        Parameters:
        login - The login name that is unknown
      • UnknownLoginException

        public UnknownLoginException​(String login,
                                     String msg)
        Create a new UnknownLoginException object
        Parameters:
        login - The login name that is unknown
        msg - An error message with more information