cz.vity.freerapid.plugins.exceptions
Class ErrorDuringDownloadingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by cz.vity.freerapid.plugins.exceptions.ErrorDuringDownloadingException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FailedToLoadCaptchaPictureException, InvalidURLOrServiceProblemException, NotEnoughSpaceException, NotRecoverableDownloadException, ServiceConnectionProblemException, YouHaveToWaitException

public class ErrorDuringDownloadingException
extends Exception

Error during downloading process

Author:
Vity
See Also:
Serialized Form

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

ErrorDuringDownloadingException

public ErrorDuringDownloadingException()
Constructs a new ErrorDuringDownloadingException.


ErrorDuringDownloadingException

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

Parameters:
message - exception message

ErrorDuringDownloadingException

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

Parameters:
message - exception message
cause - exception that caused this exception

ErrorDuringDownloadingException

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

Parameters:
cause - exception that caused this exception