| Package | Description |
|---|---|
| org.apache.hadoop.fs |
An abstract file system API.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
ClosedIOException |
Exception to denote if the underlying stream, cache or other closable resource
is closed.
|
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 | Description |
|---|---|---|
PathIOException |
PathIOException.withFullyQualifiedPath(java.lang.String fqPath) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.