org.gudy.azureus2.plugins.utils.resourcedownloader
Class ResourceDownloaderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.gudy.azureus2.plugins.utils.resourcedownloader.ResourceDownloaderException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ResourceDownloaderCancelledException

public class ResourceDownloaderException
extends Exception

Author:
parg
See Also:
Serialized Form

Constructor Summary
ResourceDownloaderException(ResourceDownloader rd, String str)
           
ResourceDownloaderException(ResourceDownloader rd, String str, Throwable cause)
           
ResourceDownloaderException(String str)
           
ResourceDownloaderException(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

ResourceDownloaderException

public ResourceDownloaderException(String str)

ResourceDownloaderException

public ResourceDownloaderException(Throwable cause)

ResourceDownloaderException

public ResourceDownloaderException(ResourceDownloader rd,
                                   String str)

ResourceDownloaderException

public ResourceDownloaderException(ResourceDownloader rd,
                                   String str,
                                   Throwable cause)