public class FileExistsException extends java.io.IOException
| Constructor | Description |
|---|---|
FileExistsException() |
Default Constructor.
|
FileExistsException(java.io.File file) |
Construct an instance with the specified file.
|
FileExistsException(java.lang.String message) |
Construct an instance with the specified message.
|
public FileExistsException()
public FileExistsException(java.lang.String message)
message - The error messagepublic FileExistsException(java.io.File file)
file - The file that exists