Class QueryValidationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.qpid.server.query.engine.exception.QueryEngineException
-
- org.apache.qpid.server.query.engine.exception.QueryValidationException
-
- All Implemented Interfaces:
Serializable
public class QueryValidationException extends QueryEngineException
Exception thrown during query validation- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedQueryValidationException()protectedQueryValidationException(String message)protectedQueryValidationException(String message, Throwable throwable)protectedQueryValidationException(Throwable throwable)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static QueryValidationExceptionof(String message, Object... args)-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
of
public static QueryValidationException of(String message, Object... args)
-
-