public class FileExistsException extends IOException
Constructor and Description |
---|
FileExistsException()
Default Constructor.
|
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, toString
public FileExistsException()
public FileExistsException(File file)
file
- The file that existspublic FileExistsException(String message)
message
- The error messageCopyright © 2002–2023 The Apache Software Foundation. All rights reserved.