org.apache.hadoop.fs
Class FileAlreadyExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.fs.FileAlreadyExistsException
- All Implemented Interfaces:
- Serializable
@InterfaceAudience.Public
@InterfaceStability.Stable
public class FileAlreadyExistsException
- extends IOException
Used when target file already exists for any operation and
is not configured to be overwritten.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
FileAlreadyExistsException
public FileAlreadyExistsException()
FileAlreadyExistsException
public FileAlreadyExistsException(String msg)
Copyright © 2014 Apache Software Foundation. All Rights Reserved.