Uses of Interface
org.apache.druid.common.exception.SanitizableException
-
Packages that use SanitizableException Package Description org.apache.druid.common.exception org.apache.druid.java.util.common org.apache.druid.math.expr org.apache.druid.query org.apache.druid.segment -
-
Uses of SanitizableException in org.apache.druid.common.exception
Methods in org.apache.druid.common.exception with parameters of type SanitizableException Modifier and Type Method Description default ExceptionErrorResponseTransformStrategy. transformIfNeeded(SanitizableException exception)For a givenSanitizableExceptionapply the transformation strategy and return the sanitized Exception if the transformation stategy was applied.ExceptionNoErrorResponseTransformStrategy. transformIfNeeded(SanitizableException exception) -
Uses of SanitizableException in org.apache.druid.java.util.common
Classes in org.apache.druid.java.util.common that implement SanitizableException Modifier and Type Class Description classISEclassUOE -
Uses of SanitizableException in org.apache.druid.math.expr
Classes in org.apache.druid.math.expr that implement SanitizableException Modifier and Type Class Description classExpressionProcessingException -
Uses of SanitizableException in org.apache.druid.query
Classes in org.apache.druid.query that implement SanitizableException Modifier and Type Class Description classBadJsonQueryExceptionclassBadQueryContextExceptionclassBadQueryExceptionAn abstract class for all query exceptions that should return a bad request status code (400).classQueryCapacityExceededExceptionThis exception is for QueryResource and SqlResource to surface when a query is cast away after it hits a resource limit.classQueryExceptionBase serializable error response.classQueryInterruptedExceptionException representing a failed query.classQueryTimeoutExceptionThis exception is thrown when a query does not finish before the configured query timeout.classQueryUnsupportedExceptionThis exception is for the query engine to surface when a query cannot be run.classResourceLimitExceededExceptionException 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 Modifier and Type Class Description classSegmentMissingException
-