public class FileExistsException
extends java.io.IOException
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.
|
public FileExistsException()
public FileExistsException(java.lang.String message)
message
- The error messagepublic FileExistsException(java.io.File file)
file
- The file that exists"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"