Uses of Class
org.apache.druid.error.DruidException
-
Packages that use DruidException Package Description org.apache.druid.error org.apache.druid.frame.segment -
-
Uses of DruidException in org.apache.druid.error
Methods in org.apache.druid.error that return DruidException Modifier and Type Method Description DruidExceptionDruidException.DruidExceptionBuilder. build(String formatMe, Object... vals)DruidExceptionDruidException.DruidExceptionBuilder. build(Throwable cause, String formatMe, Object... vals)static DruidExceptionDruidException. defensive(String format, Object... args)Build a "defensive" exception, this is an exception that should never actually be triggered, but we are throwing it inside of a defensive check.static DruidExceptionEntryAlreadyExists. exception(String msg, Object... args)static DruidExceptionEntryAlreadyExists. exception(Throwable t, String msg, Object... args)static DruidExceptionForbidden. exception()static DruidExceptionForbidden. exception(String msg, Object... args)static DruidExceptionForbidden. exception(Throwable t, String msg, Object... args)static DruidExceptionInternalServerError. exception(String msg, Object... args)static DruidExceptionInternalServerError. exception(Throwable t, String msg, Object... args)static DruidExceptionInvalidInput. exception(String msg, Object... args)static DruidExceptionInvalidInput. exception(Throwable t, String msg, Object... args)static DruidExceptionInvalidSqlInput. exception(String msg, Object... args)static DruidExceptionInvalidSqlInput. exception(Throwable t, String msg, Object... args)static DruidExceptionNotFound. exception(String msg, Object... args)static DruidExceptionNotFound. exception(Throwable t, String msg, Object... args)static DruidExceptionDruidException. fromFailure(DruidException.Failure failure)Builds a DruidException using the provided Failure class.DruidExceptionErrorResponse. getUnderlyingException()protected DruidExceptionBaseFailure. makeException(DruidException.DruidExceptionBuilder bob)protected abstract DruidExceptionDruidException.Failure. makeException(DruidException.DruidExceptionBuilder bob)DruidExceptionInvalidSqlInput. makeException(DruidException.DruidExceptionBuilder bob)protected DruidExceptionQueryExceptionCompat. makeException(DruidException.DruidExceptionBuilder bob)DruidExceptionDruidException. prependAndBuild(String msg, Object... args)Builds a new DruidException with a message that is the result of prepending the message passed as a parameter with the message already on the DruidException.DruidExceptionDruidException. withContext(String key, Object value)DruidExceptionDruidException. withContext(Map<String,String> values)Constructors in org.apache.druid.error with parameters of type DruidException Constructor Description ErrorResponse(DruidException underlyingException) -
Uses of DruidException in org.apache.druid.frame.segment
Fields in org.apache.druid.frame.segment declared as DruidException Modifier and Type Field Description static DruidExceptionFrameCursorUtils. SUBQUERY_ROW_TOO_LARGE_EXCEPTIONException to be thrown when the subquery's rows are too wide to fit in a single frame.
-