We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f08b24e commit 8f8efbdCopy full SHA for 8f8efbd
src/main/asciidoc/entity.adoc
@@ -375,7 +375,7 @@ public class User {
375
376
If you load a document through the template or repository, the version field will be automatically populated with the current CAS value.
377
It is important to note that you shouldn't access the field or even change it on your own.
378
-Once you save the document back, it will either succeed or fail with a `OptimisticLockingFailureException`.
+Once you save the document back, it will either succeed or fail with a `DataIntegrityViolationException`.
379
If you get such an exception, the further approach depends on what you want to achieve application wise.
380
You should either retry the complete load-update-write cycle or propagate the error to the upper layers for proper handling.
381
0 commit comments