Package org.apache.druid.error
-
Class Summary Class Description BaseFailure DruidException.Failurefor a specific errorCode, category and persona.DruidException.DruidExceptionBuilder DruidException.Failure DruidException.PartialDruidExceptionBuilder EntryAlreadyExists A failure type used to makeDruidExceptions of categoryDruidException.Category.INVALID_INPUTfor personaDruidException.Persona.USER, denoting that a certain entry already exists.ErrorResponse A Response Object that represents an error to be returned over the wire.Forbidden InternalServerError InvalidInput A failure type used to makeDruidExceptions of categoryDruidException.Category.INVALID_INPUTfor personaDruidException.Persona.USER.InvalidSqlInput NotFound QueryExceptionCompat ADruidException.Failurethat serves to cover conversions fromQueryException. -
Enum Summary Enum Description DruidException.Category Category of error.DruidException.Persona The persona that the message on a DruidException is targeting -
Exception Summary Exception Description DruidException Represents an error condition exposed to the user and/or operator of Druid.