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