Class RecordBatch.ExceededBatchRecordSizeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.camunda.zeebe.engine.api.records.RecordBatch.ExceededBatchRecordSizeException
All Implemented Interfaces:
Serializable
Enclosing class:
RecordBatch

public static class RecordBatch.ExceededBatchRecordSizeException extends RuntimeException
This exception is part of the contract with the engine. The engine may handle this exception explicitly
See Also:
  • Constructor Details

    • ExceededBatchRecordSizeException

      public ExceededBatchRecordSizeException(RecordBatchEntry recordBatchEntry, int entryLength, int recordBatchEntriesSize, int batchSize)