java.io.Serializable
public class FileExistsException
extends java.io.IOException
Modifier and Type | Field | Description |
---|---|---|
private static long |
serialVersionUID |
Defines the serial version UID.
|
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.
|
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 existsCopyright (c) 2002-2017 Apache Software Foundation