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 Permission denied - ENOENT
|
class |
PathOperationException
ENOTSUP
|
class |
PathPermissionException
Exception corresponding to Operation Not Permitted - EPERM
|
Copyright © 2015 Apache Software Foundation. All Rights Reserved.