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