org.basex.server
Class LoginException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.basex.server.LoginException
All Implemented Interfaces:
java.io.Serializable

public final class LoginException
extends java.io.IOException

This exception is thrown if a wrong user/password combination was specified.

Author:
BaseX Team 2005-12, BSD License, Christian Gruen
See Also:
Serialized Form

Constructor Summary
LoginException()
          Constructor.
LoginException(java.lang.String s, java.lang.Object... e)
          Constructs an exception with the specified message and extension.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LoginException

public LoginException()
Constructor.


LoginException

public LoginException(java.lang.String s,
                      java.lang.Object... e)
Constructs an exception with the specified message and extension.

Parameters:
s - message
e - message extension