Class PayloadTooLargeException

All Implemented Interfaces:
Serializable

This exception represents the message payload exceeded the maximum message size of the broker. Used as a wrapper of similar exceptions specific to different message brokers, e.g. kafka.common.errors.RecordTooLargeException.
See Also: