Class TruncatedResponseContextException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.druid.query.TruncatedResponseContextException
All Implemented Interfaces:
Serializable

public class TruncatedResponseContextException extends RuntimeException
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 Details

    • TruncatedResponseContextException

      public TruncatedResponseContextException(String message, Object... arguments)