Package org.apache.hadoop.fs
Class PathExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.fs.PathIOException
org.apache.hadoop.fs.PathExistsException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PathIsDirectoryException,PathIsNotDirectoryException,PathIsNotEmptyDirectoryException,PathOperationException
Exception corresponding to File Exists - EEXISTS
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPathExistsException(String path) PathExistsException(String path, String error) -
Method Summary
Methods inherited from class org.apache.hadoop.fs.PathIOException
getMessage, getPath, getTargetPath, setOperation, setTargetPath, withFullyQualifiedPathMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PathExistsException
- Parameters:
path- for the exception
-
PathExistsException
-