Class LoginException

All Implemented Interfaces:
Serializable

public final class LoginException extends IOException
This exception is thrown if a wrong user/password combination was specified.
Author:
BaseX Team 2005-21, BSD License, Christian Gruen
See Also:
  • Constructor Details

    • LoginException

      public LoginException(String name)
      Constructor.
      Parameters:
      name - user name (can be null)
    • LoginException

      public LoginException(String message, Object... ext)
      Constructs an exception with the specified message and extension.
      Parameters:
      message - message
      ext - message extension