Uses of Enum Class
org.apache.druid.error.DruidException.Persona
Packages that use DruidException.Persona
-
Uses of DruidException.Persona in org.apache.druid.error
Methods in org.apache.druid.error that return DruidException.PersonaModifier and TypeMethodDescriptionDruidException.getTargetPersona()static DruidException.PersonaReturns the enum constant of this class with the specified name.static DruidException.Persona[]DruidException.Persona.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.druid.error with parameters of type DruidException.PersonaModifier and TypeMethodDescriptionDruidException.DruidExceptionBuilder.forPersona(DruidException.Persona targetPersona) DruidException.forPersona(DruidException.Persona persona) Starts building a "general" DruidException targeting the specified persona.Constructors in org.apache.druid.error with parameters of type DruidException.PersonaModifierConstructorDescriptionprotectedBaseFailure(String errorCode, DruidException.Persona persona, DruidException.Category category, Throwable t, String msg, Object... args)