? FileExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.commons.io.FileExistsException
- ????????:
Serializable
Indicates that a file already exists.
- ???????:
- 2.0
- ????:
-
?????
????????Default Constructor.FileExistsException
(File file) Construct an instance with the specified file.FileExistsException
(String message) Construct an instance with the specified message. -
????
-
???????
-
FileExistsException
public FileExistsException()Default Constructor. -
FileExistsException
Construct an instance with the specified message.- ??:
message
- The error message
-
FileExistsException
Construct an instance with the specified file.- ??:
file
- The file that exists
-