Package com.ceph.fs
Class CephNotDirectoryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.ceph.fs.CephNotDirectoryException
-
- All Implemented Interfaces:
java.io.Serializable
public class CephNotDirectoryException extends java.io.IOException
Component of path is not a directory.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CephNotDirectoryException()
Construct CephNotDirectoryException.CephNotDirectoryException(java.lang.String s)
Construct CephNotDirectoryException with message.
-