public class DownloadException extends Exception
| Constructor and Description |
|---|
DownloadException()
Instantiates a new
DownloadException. |
DownloadException(String message)
Instantiates a new
DownloadException with the provided message. |
DownloadException(String message,
Throwable throwable)
Instantiates a new
DownloadException with the provided message and throwable. |
DownloadException(Throwable throwable)
Instantiates a new
DownloadException with the provided throwable. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DownloadException()
DownloadException.public DownloadException(String message)
DownloadException with the provided message.message - the messagepublic DownloadException(String message, Throwable throwable)
DownloadException with the provided message and throwable.message - the messagethrowable - the throwablepublic DownloadException(Throwable throwable)
DownloadException with the provided throwable.throwable - the throwableThis work is licensed under a Creative Commons Attribution 4.0 International License.