Class FileExistsException

All Implemented Interfaces:
Serializable

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

    • serialVersionUID

      private static final long serialVersionUID
      Defines the serial version UID.
      See Also:
  • Constructor Details

    • FileExistsException

      public FileExistsException()
      Default Constructor.
    • FileExistsException

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

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