Class IllegalDocumentStateEvent

All Implemented Interfaces:
Event

public class IllegalDocumentStateEvent extends TransactionEvent
Indicates that a document has been modified by a non-transactional write while it is in a transaction.

The application must protect against this.

  • Constructor Details

  • Method Details

    • description

      public String description()
      Description copied from interface: Event
      A textual description with more information about the event.
      Returns:
      the description, if set.
    • docId

      public String docId()