Uses of Interface
org.apache.druid.common.exception.SanitizableException
Packages that use SanitizableException
Package
Description
-
Uses of SanitizableException in org.apache.druid.common.exception
Methods in org.apache.druid.common.exception with parameters of type SanitizableExceptionModifier and TypeMethodDescriptiondefault ExceptionErrorResponseTransformStrategy.transformIfNeeded(SanitizableException exception) For a givenSanitizableExceptionapply the transformation strategy and return the sanitized Exception if the transformation stategy was applied.NoErrorResponseTransformStrategy.transformIfNeeded(SanitizableException exception) -
Uses of SanitizableException in org.apache.druid.java.util.common
Classes in org.apache.druid.java.util.common that implement SanitizableException -
Uses of SanitizableException in org.apache.druid.math.expr
Classes in org.apache.druid.math.expr that implement SanitizableException -
Uses of SanitizableException in org.apache.druid.query
Classes in org.apache.druid.query that implement SanitizableExceptionModifier and TypeClassDescriptionclassclassclassAn abstract class for all query exceptions that should return a bad request status code (400).classThis exception is for QueryResource and SqlResource to surface when a query is cast away after it hits a resource limit.classBase serializable error response.classException representing a failed query.classThis exception is thrown when a query does not finish before the configured query timeout.classThis exception is for the query engine to surface when a query cannot be run.classException indicating that an operation failed because it exceeded some configured resource limit. -
Uses of SanitizableException in org.apache.druid.segment
Classes in org.apache.druid.segment that implement SanitizableException