Package de.bwaldvogel.mongo.exception
Class NoSuchCommandException
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.NoSuchCommandException
- All Implemented Interfaces:
java.io.Serializable
public class NoSuchCommandException extends MongoServerError
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description NoSuchCommandException(java.lang.String command) -
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
-
NoSuchCommandException
public NoSuchCommandException(java.lang.String command)
-