de.aitools.aq.webdownload
Class DownloaderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.aitools.aq.webdownload.DownloaderException
All Implemented Interfaces:
java.io.Serializable

public class DownloaderException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
DownloaderException()
           
DownloaderException(java.lang.String message)
           
DownloaderException(java.lang.String message, java.lang.Throwable cause)
           
DownloaderException(java.lang.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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DownloaderException

public DownloaderException()

DownloaderException

public DownloaderException(java.lang.String message)

DownloaderException

public DownloaderException(java.lang.String message,
                           java.lang.Throwable cause)

DownloaderException

public DownloaderException(java.lang.Throwable cause)