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