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:
-
Constructor Summary
ConstructorDescriptionPayloadTooLargeException
(String theMessage) PayloadTooLargeException
(String theMessage, Throwable theThrowable) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PayloadTooLargeException
-
PayloadTooLargeException
-