Class ResourceLimitExceededException

All Implemented Interfaces:
Serializable, SanitizableException

public class ResourceLimitExceededException extends BadQueryException
Exception indicating that an operation failed because it exceeded some configured resource limit.

This is a BadQueryException because it likely indicates a user's misbehavior when this exception is thrown. The resource limitations set by Druid cluster operators are typically less flexible than the parameters of a user query, so when a user query requires too many resources, the likely remedy is that the user query should be modified to use fewer resources, or to reduce query volume.

See Also:
  • Constructor Details

    • ResourceLimitExceededException

      public ResourceLimitExceededException(String errorCode, String message, String errorClass, String host)
    • ResourceLimitExceededException

      public ResourceLimitExceededException(String message)
  • Method Details