Uses of Class
org.apache.hadoop.fs.PathIOException

Packages that use PathIOException
org.apache.hadoop.fs An abstract file system API. 
 

Uses of PathIOException in org.apache.hadoop.fs
 

Subclasses of PathIOException in org.apache.hadoop.fs
 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 © 2013 Apache Software Foundation. All Rights Reserved.