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:
java.io.Serializable
public class CephNotMountedException extends java.io.IOException
Ceph is not mounted.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CephNotMountedException()
Construct CephNotMountedException.CephNotMountedException(java.lang.String s)
Construct CephNotMountedException with message.
-