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:
Serializable
Component of path is not a directory.
- See Also:
-
Constructor Summary
ConstructorDescriptionConstruct CephNotDirectoryException.Construct CephNotDirectoryException with message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CephNotDirectoryException
public CephNotDirectoryException()Construct CephNotDirectoryException. -
CephNotDirectoryException
Construct CephNotDirectoryException with message.
-