Uses of Class
org.apache.druid.error.DruidException.Persona
-
Packages that use DruidException.Persona Package Description org.apache.druid.error -
-
Uses of DruidException.Persona in org.apache.druid.error
Methods in org.apache.druid.error that return DruidException.Persona Modifier and Type Method Description DruidException.PersonaDruidException. getTargetPersona()static DruidException.PersonaDruidException.Persona. valueOf(String name)Returns the enum constant of this type with the specified name.static DruidException.Persona[]DruidException.Persona. 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.Persona Modifier and Type Method Description DruidException.DruidExceptionBuilderDruidException.DruidExceptionBuilder. forPersona(DruidException.Persona targetPersona)static DruidException.PartialDruidExceptionBuilderDruidException. forPersona(DruidException.Persona persona)Starts building a "general" DruidException targeting the specified persona.Constructors in org.apache.druid.error with parameters of type DruidException.Persona Constructor Description BaseFailure(String errorCode, DruidException.Persona persona, DruidException.Category category, Throwable t, String msg, Object... args)
-