Uses of Class
org.apache.druid.error.DruidException.Failure
Packages that use DruidException.Failure
-
Uses of DruidException.Failure in org.apache.druid.error
Subclasses of DruidException.Failure in org.apache.druid.errorModifier and TypeClassDescriptionclassDruidException.Failurefor a specific errorCode, category and persona.classA failure type used to makeDruidExceptions of categoryDruidException.Category.INVALID_INPUTfor personaDruidException.Persona.USER, denoting that a certain entry already exists.classclassclassA failure type used to makeDruidExceptions of categoryDruidException.Category.INVALID_INPUTfor personaDruidException.Persona.USER.classclassclassA failure class that is used to indicate that something is just not implemented yet.classADruidException.Failurethat serves to cover conversions fromQueryException.Methods in org.apache.druid.error with parameters of type DruidException.FailureModifier and TypeMethodDescriptionstatic DruidExceptionDruidException.fromFailure(DruidException.Failure failure) Builds a DruidException using the provided Failure class.