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:
java.io.Serializable
public class CephPoolException extends java.io.IOException
Exception related to Ceph pool.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CephPoolException()
Construct CephPoolException.CephPoolException(java.lang.String s)
Construct CephPoolException with message.
-