Class EventApplier.NoSuchEventApplier

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.camunda.zeebe.engine.state.EventApplier.NoSuchEventApplier
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
EventApplier.NoSuchEventApplier.NoApplierForIntent, EventApplier.NoSuchEventApplier.NoApplierForVersion
Enclosing interface:
EventApplier

public abstract static sealed class EventApplier.NoSuchEventApplier extends RuntimeException permits EventApplier.NoSuchEventApplier.NoApplierForIntent, EventApplier.NoSuchEventApplier.NoApplierForVersion
Thrown when no event applier is found for a given intent and record version.
See Also:
  • Constructor Details

    • NoSuchEventApplier

      public NoSuchEventApplier(String message)