cz.vity.freerapid.plugins.exceptions
Class CaptchaEntryInputMismatchException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           cz.vity.freerapid.plugins.exceptions.ErrorDuringDownloadingException
cz.vity.freerapid.plugins.exceptions.ErrorDuringDownloadingException
               cz.vity.freerapid.plugins.exceptions.NotRecoverableDownloadException
cz.vity.freerapid.plugins.exceptions.NotRecoverableDownloadException
                   cz.vity.freerapid.plugins.exceptions.CaptchaEntryInputMismatchException
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
 
 
 
 
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)
getLocalizedMessage
public String getLocalizedMessage()
- 
- Overrides:
- getLocalizedMessagein class- Throwable
 
-