cz.vity.freerapid.plugins.exceptions
Class FailedToLoadCaptchaPictureException

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

public class FailedToLoadCaptchaPictureException
extends ErrorDuringDownloadingException

Failed to load CAPTCHA picture

Author:
Vity
See Also:
Serialized Form

Constructor Summary
FailedToLoadCaptchaPictureException()
           
FailedToLoadCaptchaPictureException(String message)
           
FailedToLoadCaptchaPictureException(String message, Throwable cause)
           
FailedToLoadCaptchaPictureException(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

FailedToLoadCaptchaPictureException

public FailedToLoadCaptchaPictureException()
See Also:
ErrorDuringDownloadingException.ErrorDuringDownloadingException()

FailedToLoadCaptchaPictureException

public FailedToLoadCaptchaPictureException(String message)
See Also:
ErrorDuringDownloadingException.ErrorDuringDownloadingException(String)

FailedToLoadCaptchaPictureException

public FailedToLoadCaptchaPictureException(String message,
                                           Throwable cause)
See Also:
ErrorDuringDownloadingException.ErrorDuringDownloadingException(String, Throwable)

FailedToLoadCaptchaPictureException

public FailedToLoadCaptchaPictureException(Throwable cause)
See Also:
ErrorDuringDownloadingException.ErrorDuringDownloadingException(Throwable)
Method Detail

getLocalizedMessage

public String getLocalizedMessage()
Overrides:
getLocalizedMessage in class Throwable