Class RecordTooLargeException

  • All Implemented Interfaces:
    java.io.Serializable

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

      • RecordTooLargeException

        public RecordTooLargeException()
      • RecordTooLargeException

        public RecordTooLargeException​(java.lang.String message,
                                       java.lang.Throwable cause)
      • RecordTooLargeException

        public RecordTooLargeException​(java.lang.String message)
      • RecordTooLargeException

        public RecordTooLargeException​(java.lang.Throwable cause)
      • RecordTooLargeException

        public RecordTooLargeException​(java.lang.String message,
                                       java.util.Map<TopicPartition,​java.lang.Long> recordTooLargePartitions)
    • Method Detail

      • recordTooLargePartitions

        public java.util.Map<TopicPartition,​java.lang.Long> recordTooLargePartitions()