Package org.apache.geode.cache.query
Class QueryInvalidException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.geode.GemFireException
org.apache.geode.cache.query.QueryInvalidException
- All Implemented Interfaces:
Serializable
Thrown if the query language syntax is not valid.
- Since:
- GemFire 4.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstruct an instance of QueryInvalidExceptionQueryInvalidException(String msg, Throwable cause) Construct an instance of QueryInvalidException -
Method Summary
Methods inherited from class org.apache.geode.GemFireException
getRootCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
QueryInvalidException
Construct an instance of QueryInvalidException- Parameters:
msg- the error message
-
QueryInvalidException
Construct an instance of QueryInvalidException- Parameters:
msg- the error messagecause- a Throwable cause
-