Class ParentNotDirectoryException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.fs.ParentNotDirectoryException
All Implemented Interfaces:
Serializable

@Public @Stable public class ParentNotDirectoryException extends IOException
Indicates that the parent of specified Path is not a directory as expected.
See Also:
  • Constructor Details

    • ParentNotDirectoryException

      public ParentNotDirectoryException()
    • ParentNotDirectoryException

      public ParentNotDirectoryException(String msg)