? FileExistsException

????????:
Serializable

public class FileExistsException extends IOException
Indicates that a file already exists.
???????:
2.0
????:
  • ???????

    • FileExistsException

      Default Constructor.
    • FileExistsException

      public FileExistsException(String message)
      Construct an instance with the specified message.
      ??:
      message - The error message
    • FileExistsException

      public FileExistsException(File file)
      Construct an instance with the specified file.
      ??:
      file - The file that exists