cz.vity.freerapid.plugins.exceptions
Class CaptchaEntryInputMismatchException

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.CaptchaEntryInputMismatchException
All Implemented Interfaces:
Serializable

public class CaptchaEntryInputMismatchException
extends NotRecoverableDownloadException

Service requires correct user input to continue downloading.

Author:
Vity
See Also:
Serialized Form

Constructor Summary
CaptchaEntryInputMismatchException()
          Constructs a new CaptchaEntryInputMismatchException.
CaptchaEntryInputMismatchException(String message)
           
CaptchaEntryInputMismatchException(String message, Throwable cause)
           
CaptchaEntryInputMismatchException(Throwable cause)
           
 
Method Summary
 String getLocalizedMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

CaptchaEntryInputMismatchException

public CaptchaEntryInputMismatchException()
Constructs a new CaptchaEntryInputMismatchException.


CaptchaEntryInputMismatchException

public CaptchaEntryInputMismatchException(String message)
See Also:
NotRecoverableDownloadException.NotRecoverableDownloadException(String)

CaptchaEntryInputMismatchException

public CaptchaEntryInputMismatchException(String message,
                                          Throwable cause)
See Also:
NotRecoverableDownloadException.NotRecoverableDownloadException(String, Throwable)

CaptchaEntryInputMismatchException

public CaptchaEntryInputMismatchException(Throwable cause)
See Also:
NotRecoverableDownloadException.NotRecoverableDownloadException(Throwable)
Method Detail

getLocalizedMessage

public String getLocalizedMessage()
Overrides:
getLocalizedMessage in class Throwable