Package com.ceph.fs

Class CephNotDirectoryException

All Implemented Interfaces:
Serializable

public class CephNotDirectoryException extends IOException
Component of path is not a directory.
See Also:
  • Constructor Details

    • CephNotDirectoryException

      public CephNotDirectoryException()
      Construct CephNotDirectoryException.
    • CephNotDirectoryException

      public CephNotDirectoryException(String s)
      Construct CephNotDirectoryException with message.