Class FileAlreadyExistsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.fs.FileAlreadyExistsException
All Implemented Interfaces:
Serializable

@Public @Stable public class FileAlreadyExistsException extends IOException
Used when target file already exists for any operation and is not configured to be overwritten.
See Also:
  • Constructor Details

    • FileAlreadyExistsException

      public FileAlreadyExistsException()
    • FileAlreadyExistsException

      public FileAlreadyExistsException(String msg)