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:
java.io.Serializable
- Direct Known Subclasses:
QueryEvaluationException,QueryParsingException,QueryValidationException
public class QueryEngineException extends java.lang.RuntimeExceptionParent class for exceptions thrown in query engine- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedQueryEngineException()protectedQueryEngineException(java.lang.String message)protectedQueryEngineException(java.lang.String message, java.lang.Throwable throwable)protectedQueryEngineException(java.lang.Throwable throwable)
-
-
-
Constructor Detail
-
QueryEngineException
protected QueryEngineException()
-
QueryEngineException
protected QueryEngineException(java.lang.String message)
-
QueryEngineException
protected QueryEngineException(java.lang.Throwable throwable)
-
QueryEngineException
protected QueryEngineException(java.lang.String message, java.lang.Throwable throwable)
-
-