Package de.bwaldvogel.mongo.exception
Class BadValueException
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.BadValueException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBadValueException(String message) BadValueException(String message, boolean shouldPrefixCommandContext) -
Method Summary
Methods inherited from class de.bwaldvogel.mongo.exception.MongoServerError
getCode, getCodeName, getMessageWithoutErrorCode, hasCodeMethods inherited from class de.bwaldvogel.mongo.exception.MongoServerException
isLogError, setLogErrorMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BadValueException
-
BadValueException
-
-
Method Details
-
shouldPrefixCommandContext
public boolean shouldPrefixCommandContext()- Overrides:
shouldPrefixCommandContextin classMongoServerError
-