cz.vity.freerapid.plugins.exceptions
Class NotRecoverableDownloadException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BadLoginException, CaptchaEntryInputMismatchException, FileTransferFailedException, NotSupportedDownloadByServiceException, PluginImplementationException, URLNotAvailableAnymoreException

public class NotRecoverableDownloadException
extends ErrorDuringDownloadingException

File downloading cannot continue.
Represents parent for group of other exceptions.

Author:
Ladislav Vitasek
See Also:
Serialized Form

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

NotRecoverableDownloadException

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

NotRecoverableDownloadException

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

NotRecoverableDownloadException

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

NotRecoverableDownloadException

public NotRecoverableDownloadException(Throwable cause)
See Also:
ErrorDuringDownloadingException.ErrorDuringDownloadingException(Throwable)