Package | Description |
---|---|
org.apache.hadoop.fs |
An abstract file system API.
|
Modifier and Type | Class and Description |
---|---|
class |
PathAccessDeniedException
EACCES
|
class |
PathExistsException
Exception corresponding to File Exists - EEXISTS
|
class |
PathIsDirectoryException
EISDIR
|
class |
PathIsNotDirectoryException
ENOTDIR
|
class |
PathIsNotEmptyDirectoryException
Generated by rm commands
|
class |
PathNotFoundException
Exception corresponding to path not found: ENOENT/ENOFILE
|
class |
PathOperationException
ENOTSUP
|
class |
PathPermissionException
Exception corresponding to Operation Not Permitted - EPERM
|
Modifier and Type | Method and Description |
---|---|
PathIOException |
PathIOException.withFullyQualifiedPath(String fqPath) |
Copyright © 2017 Apache Software Foundation. All Rights Reserved.