| Package | Description | 
|---|---|
| org.apache.hadoop.fs | An abstract file system API. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | PathAccessDeniedExceptionEACCES | 
| class  | PathExistsExceptionException corresponding to File Exists - EEXISTS | 
| class  | PathIsDirectoryExceptionEISDIR | 
| class  | PathIsNotDirectoryExceptionENOTDIR | 
| class  | PathIsNotEmptyDirectoryExceptionGenerated by rm commands | 
| class  | PathNotFoundExceptionException corresponding to path not found: ENOENT/ENOFILE | 
| class  | PathOperationExceptionENOTSUP | 
| class  | PathPermissionExceptionException corresponding to Operation Not Permitted - EPERM | 
| Modifier and Type | Method and Description | 
|---|---|
| PathIOException | PathIOException. withFullyQualifiedPath(String fqPath) | 
Copyright © 2018 Apache Software Foundation. All Rights Reserved.