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