Uses of Class
org.apache.druid.error.DruidException.Category
-
Packages that use DruidException.Category Package Description org.apache.druid.error -
-
Uses of DruidException.Category in org.apache.druid.error
Methods in org.apache.druid.error that return DruidException.Category Modifier and Type Method Description DruidException.CategoryDruidException. getCategory()static DruidException.CategoryDruidException.Category. valueOf(String name)Returns 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.Category Modifier and Type Method Description DruidException.DruidExceptionBuilderDruidException.DruidExceptionBuilder. ofCategory(DruidException.Category category)DruidException.DruidExceptionBuilderDruidException.PartialDruidExceptionBuilder. ofCategory(DruidException.Category category)Constructors in org.apache.druid.error with parameters of type DruidException.Category Constructor Description BaseFailure(String errorCode, DruidException.Persona persona, DruidException.Category category, Throwable t, String msg, Object... args)
-