public class FileExistsException
extends java.io.IOException
Constructor and Description |
---|
FileExistsException()
Default Constructor.
|
FileExistsException(java.io.File file)
Constructs an instance with the specified file.
|
FileExistsException(java.lang.String message)
Constructs an instance with the specified message.
|
public FileExistsException()
public FileExistsException(java.io.File file)
file
- The file that existspublic FileExistsException(java.lang.String message)
message
- The error messageCopyright © 2010 - 2023 Adobe. All Rights Reserved