Uses of Enum
org.apache.druid.error.DruidException.Category
Packages that use DruidException.Category
-
Uses of DruidException.Category in org.apache.druid.error
Methods in org.apache.druid.error that return DruidException.CategoryModifier and TypeMethodDescriptionDruidException.getCategory()static DruidException.CategoryReturns the enum constant of this type with the specified name.static DruidException.Category[]DruidException.Category.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.druid.error with parameters of type DruidException.CategoryModifier and TypeMethodDescriptionDruidException.DruidExceptionBuilder.ofCategory(DruidException.Category category) DruidException.PartialDruidExceptionBuilder.ofCategory(DruidException.Category category) Constructors in org.apache.druid.error with parameters of type DruidException.CategoryModifierConstructorDescriptionprotectedBaseFailure(String errorCode, DruidException.Persona persona, DruidException.Category category, Throwable t, String msg, Object... args)