Class EventSubscriptionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.camunda.zeebe.engine.processing.common.EventSubscriptionException
All Implemented Interfaces:
Serializable

public class EventSubscriptionException extends RuntimeException
Exception that can be thrown during processing of a command, in case the engine could not subscribe to an event. This exception can be handled by the processor in CommandProcessor.tryHandleError(TypedRecord, Throwable).
See Also: