public class FileExistsException extends IOException
| Constructor and Description |
|---|
FileExistsException()
Constructs a new instance.
|
FileExistsException(File file)
Constructs an instance with the specified file.
|
FileExistsException(String message)
Constructs an instance with the specified message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FileExistsException()
public FileExistsException(File file)
file - The file that existspublic FileExistsException(String message)
message - The error message