Package org.apache.hadoop.fs
Class PathPermissionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.fs.PathIOException
org.apache.hadoop.fs.PathPermissionException
- All Implemented Interfaces:
Serializable
Exception corresponding to Operation Not Permitted - EPERM
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPathPermissionException(String path, String error) PathPermissionException(String path, String error, Throwable cause) PathPermissionException(String path, Throwable cause) -
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
-
PathPermissionException
- Parameters:
path- for the exception
-
PathPermissionException
-
PathPermissionException
-
PathPermissionException
-