cz.vity.freerapid.plugins.exceptions
Class BadLoginException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by cz.vity.freerapid.plugins.exceptions.ErrorDuringDownloadingException
              extended by cz.vity.freerapid.plugins.exceptions.NotRecoverableDownloadException
                  extended by cz.vity.freerapid.plugins.exceptions.BadLoginException
All Implemented Interfaces:
Serializable

public class BadLoginException
extends NotRecoverableDownloadException

Invalid user name/password for accessing privileged area

Author:
Ladislav Vitasek
See Also:
Serialized Form

Constructor Summary
BadLoginException()
          Constructor - creates a new InvalidUsernameOrPassword instance.
BadLoginException(String message)
          Constructor - creates a new InvalidUsernameOrPassword instance.
BadLoginException(String message, Throwable cause)
          Constructor - creates a new InvalidUsernameOrPassword instance.
BadLoginException(Throwable cause)
          Constructor - creates a new InvalidUsernameOrPassword instance.
 
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

BadLoginException

public BadLoginException()
Constructor - creates a new InvalidUsernameOrPassword instance.


BadLoginException

public BadLoginException(String message)
Constructor - creates a new InvalidUsernameOrPassword instance.

Parameters:
message -

BadLoginException

public BadLoginException(String message,
                         Throwable cause)
Constructor - creates a new InvalidUsernameOrPassword instance.

Parameters:
message -
cause -

BadLoginException

public BadLoginException(Throwable cause)
Constructor - creates a new InvalidUsernameOrPassword instance.

Parameters:
cause -