Package org.basex.server
Class LoginException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.basex.server.LoginException
- All Implemented Interfaces:
Serializable
This exception is thrown if a wrong user/password combination was specified.
- Author:
- BaseX Team 2005-21, BSD License, Christian Gruen
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLoginException(String name) Constructor.LoginException(String message, Object... ext) Constructs an exception with the specified message and extension. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LoginException
Constructor.- Parameters:
name- user name (can benull)
-
LoginException
Constructs an exception with the specified message and extension.- Parameters:
message- messageext- message extension
-