Class PayloadTooLargeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ca.uhn.fhir.jpa.subscription.channel.api.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: