Class RecordTooLargeException

All Implemented Interfaces:
Serializable

public class RecordTooLargeException
extends ApiException
This record is larger than the maximum allowable size
See Also:
Serialized Form
  • Constructor Details

    • RecordTooLargeException

      public RecordTooLargeException()
    • RecordTooLargeException

      public RecordTooLargeException​(String message, Throwable cause)
    • RecordTooLargeException

      public RecordTooLargeException​(String message)
    • RecordTooLargeException

      public RecordTooLargeException​(Throwable cause)
    • RecordTooLargeException

      public RecordTooLargeException​(String message, Map<TopicPartition,​Long> recordTooLargePartitions)
  • Method Details