Package com.ceph.fs
Class CephFileAlreadyExistsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.ceph.fs.CephFileAlreadyExistsException
-
- All Implemented Interfaces:
java.io.Serializable
public class CephFileAlreadyExistsException extends java.io.IOException
Ceph file/directory already exists.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CephFileAlreadyExistsException()
Construct CephFileAlreadyExistsException.CephFileAlreadyExistsException(java.lang.String s)
Construct CephFileAlreadyExistsException with message.
-