Constructors
Name | Description | |
---|---|---|
FileDownloadException()()()() |
Simple constructor.
| |
FileDownloadException(String) |
This creates a FileDownloadException with a message that includes the stream name.
| |
FileDownloadException(String, Exception) |
This creates a FileDownloadException with a message that includes the stream name and an exception information.
| |
FileDownloadException(String, String) |
This creates a FileDownloadException with a message that includes the stream name and an optional error information.
|