Class CSDocumentChangedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.mcpdbwizard.pub.CSException
com.mcpdbwizard.pub.CSDocumentChangedException
- All Implemented Interfaces:
Serializable
Thrown when an etag-checked duality-view document update finds that the document
has been changed or deleted by another session since it was read (optimistic
locking failure). Re-read the document and reapply the change to recover.
Copyright 2003-2026 ATB Consultancy Services Ltd (formerly Orinda Software Ltd, Dublin, Ireland)
- Version:
- 7
- Author:
- [email protected]
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCSDocumentChangedException(String theExceptionMessage) Constructor with parameters. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CSDocumentChangedException
public CSDocumentChangedException()Default constructor -
CSDocumentChangedException
Constructor with parameters.- Parameters:
theExceptionMessage- An exception message
-