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:
java.io.Serializable
public class QueryValidationException extends QueryEngineException
Exception thrown during query validation- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedQueryValidationException()protectedQueryValidationException(java.lang.String message)protectedQueryValidationException(java.lang.String message, java.lang.Throwable throwable)protectedQueryValidationException(java.lang.Throwable throwable)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static QueryValidationExceptionof(java.lang.String message, java.lang.Object... args)
-
-
-
Constructor Detail
-
QueryValidationException
protected QueryValidationException()
-
QueryValidationException
protected QueryValidationException(java.lang.String message)
-
QueryValidationException
protected QueryValidationException(java.lang.Throwable throwable)
-
QueryValidationException
protected QueryValidationException(java.lang.String message, java.lang.Throwable throwable)
-
-
Method Detail
-
of
public static QueryValidationException of(java.lang.String message, java.lang.Object... args)
-
-