Package de.bwaldvogel.mongo.exception
Class NamespaceExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.bwaldvogel.mongo.exception.MongoServerException
de.bwaldvogel.mongo.exception.MongoServerError
de.bwaldvogel.mongo.exception.NamespaceExistsException
- All Implemented Interfaces:
java.io.Serializable
public class NamespaceExistsException extends MongoServerError
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description NamespaceExistsException(java.lang.String message) -
Method Summary
Methods inherited from class de.bwaldvogel.mongo.exception.MongoServerError
getCode, getCodeName, getMessageWithoutErrorCodeMethods inherited from class de.bwaldvogel.mongo.exception.MongoServerException
isLogError, setLogError
-
Constructor Details
-
NamespaceExistsException
public NamespaceExistsException(java.lang.String message)
-