Uses of Class
org.apache.druid.error.DruidException.Failure
-
Packages that use DruidException.Failure Package Description org.apache.druid.error -
-
Uses of DruidException.Failure in org.apache.druid.error
Subclasses of DruidException.Failure in org.apache.druid.error Modifier and Type Class Description classBaseFailureDruidException.Failurefor a specific errorCode, category and persona.classEntryAlreadyExistsA failure type used to makeDruidExceptions of categoryDruidException.Category.INVALID_INPUTfor personaDruidException.Persona.USER, denoting that a certain entry already exists.classForbiddenclassInternalServerErrorclassInvalidInputA failure type used to makeDruidExceptions of categoryDruidException.Category.INVALID_INPUTfor personaDruidException.Persona.USER.classInvalidSqlInputclassNotFoundclassQueryExceptionCompatADruidException.Failurethat serves to cover conversions fromQueryException.Methods in org.apache.druid.error with parameters of type DruidException.Failure Modifier and Type Method Description static DruidExceptionDruidException. fromFailure(DruidException.Failure failure)Builds a DruidException using the provided Failure class.
-