Class QueryEngineException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.qpid.server.query.engine.exception.QueryEngineException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
QueryEvaluationException,QueryParsingException,QueryValidationException
public class QueryEngineException extends RuntimeException
Parent class for exceptions thrown in query engine- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedQueryEngineException()protectedQueryEngineException(String message)protectedQueryEngineException(String message, Throwable throwable)protectedQueryEngineException(Throwable throwable)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-