Package com.biglybt.pif.download
Class DownloadException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.biglybt.pif.download.DownloadException
- All Implemented Interfaces:
Serializable
Throws by various Download methods to indicate errors
- Since:
- 2.0.7.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDownloadException
(String str) DownloadException
(String str, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DownloadException
-
DownloadException
-