Class CommandRejectionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.camunda.zeebe.stream.impl.CommandRejectionException
All Implemented Interfaces:
Serializable

public class CommandRejectionException extends RuntimeException
The user command is rejected because RecordProcessor failed to process the command record and failed to handle the processing error gracefully.
See Also:
  • Constructor Details

    • CommandRejectionException

      public CommandRejectionException(String message)