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.

    • Method Detail

      • 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()