Package org.apache.druid.query
Class TruncatedResponseContextException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.druid.query.TruncatedResponseContextException
- All Implemented Interfaces:
Serializable
This exception is thrown when
ResponseContext is truncated after serialization
in historicals or realtime tasks. The serialized response context can be truncated if its size is larger than
QueryResource#RESPONSE_CTX_HEADER_LEN_LIMIT.
See ResponseContext.serializeWith(com.fasterxml.jackson.databind.ObjectMapper, int) and
ResponseContextConfig#shouldFailOnTruncatedResponseContext.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TruncatedResponseContextException
-