Package org.apache.druid.error
-
Class Summary Class Description BaseFailure DruidException.Failure
for a specific errorCode, category and persona.DruidException.DruidExceptionBuilder DruidException.Failure DruidException.PartialDruidExceptionBuilder EntryAlreadyExists A failure type used to makeDruidException
s of categoryDruidException.Category.INVALID_INPUT
for 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 makeDruidException
s of categoryDruidException.Category.INVALID_INPUT
for personaDruidException.Persona.USER
.InvalidSqlInput NotFound NotYetImplemented A failure class that is used to indicate that something is just not implemented yet.QueryExceptionCompat ADruidException.Failure
that 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.