Package org.apache.druid.error
Class QueryExceptionCompat
java.lang.Object
org.apache.druid.error.DruidException.Failure
org.apache.druid.error.QueryExceptionCompat
A
DruidException.Failure that serves to cover conversions from QueryException.
When/if QueryException is completely eliminated from the code base, this compat layer should also be able to
be removed. Additionally, it is the hope that nobody should actually be interacting with this class as it should
be an implementation detail of DruidException and not really seen outside of that.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.druid.error.DruidException.Failure
getErrorCode
-
Field Details
-
ERROR_CODE
- See Also:
-
-
Constructor Details
-
QueryExceptionCompat
-
-
Method Details
-
makeException
- Specified by:
makeExceptionin classDruidException.Failure
-