Package org.apache.druid.error
package org.apache.druid.error
-
ClassDescription
DruidException.Failurefor a specific errorCode, category and persona.Represents an error condition exposed to the user and/or operator of Druid.Category of error.The persona that the message on a DruidException is targetingA failure type used to makeDruidExceptions of categoryDruidException.Category.INVALID_INPUTfor personaDruidException.Persona.USER, denoting that a certain entry already exists.A Response Object that represents an error to be returned over the wire.A failure type used to makeDruidExceptions of categoryDruidException.Category.INVALID_INPUTfor personaDruidException.Persona.USER.A failure class that is used to indicate that something is just not implemented yet.ADruidException.Failurethat serves to cover conversions fromQueryException.