Class FileExistsException

All Implemented Interfaces:
Serializable

public class FileExistsException extends IOException
Indicates that a file already exists.
Since:
2.0
See Also:
  • Constructor Details

    • FileExistsException

      Default Constructor.
    • FileExistsException

      public FileExistsException(File file)
      Constructs an instance with the specified file.
      Parameters:
      file - The file that exists
    • FileExistsException

      public FileExistsException(String message)
      Constructs an instance with the specified message.
      Parameters:
      message - The error message