public class FileExistsException extends IOException
| 构造器和说明 |
|---|
FileExistsException()
Default Constructor.
|
FileExistsException(File file)
Construct an instance with the specified file.
|
FileExistsException(String message)
Construct an instance with the specified message.
|
public FileExistsException()
public FileExistsException(String message)
message - The error messagepublic FileExistsException(File file)
file - The file that exists