Class QueryExceptionCompat


  • public class QueryExceptionCompat
    extends DruidException.Failure
    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.