public class FileExistsException
extends java.io.IOException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
Defines the serial version UID.
|
Constructor and 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.
|
private static final long serialVersionUID
public FileExistsException()
public FileExistsException(java.lang.String message)
message
- The error messagepublic FileExistsException(java.io.File file)
file
- The file that exists