Class ResourceVersionConflictException

All Implemented Interfaces:
Serializable

Represents an HTTP 409 Conflict response. This exception should be thrown in methods which accept a version (e.g. Update, Delete) when the operation fails because of a version conflict as specified in the FHIR specification.
See Also: