Package com.ceph.fs
Class CephNotMountedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.ceph.fs.CephNotMountedException
- All Implemented Interfaces:
Serializable
Ceph is not mounted.
- See Also:
-
Constructor Summary
ConstructorDescriptionConstruct CephNotMountedException.Construct CephNotMountedException 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
-
CephNotMountedException
public CephNotMountedException()Construct CephNotMountedException. -
CephNotMountedException
Construct CephNotMountedException with message.
-