Class QueryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- in.zapr.druid.druidry.client.exception.DruidryException
-
- in.zapr.druid.druidry.client.exception.QueryException
-
- All Implemented Interfaces:
Serializable
public class QueryException extends DruidryException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description QueryException(DruidError error)QueryException(Exception e)QueryException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
QueryException
public QueryException(Exception e)
-
QueryException
public QueryException(String message)
-
QueryException
public QueryException(DruidError error)
-
-