Package de.bwaldvogel.mongo.exception
Class ConflictingUpdateOperatorsException
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.ConflictingUpdateOperatorsException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConflictingUpdateOperatorsException(String updatePath, String conflictingPath) -
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
-
ConflictingUpdateOperatorsException
-
-
Method Details
-
shouldPrefixCommandContext
public boolean shouldPrefixCommandContext()- Overrides:
shouldPrefixCommandContextin classMongoServerError
-