Gemfire JavaDocs_test
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:
java.io.Serializable
public class QueryInvalidException extends GemFireException
Thrown if the query language syntax is not valid.- Since:
- GemFire 4.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description QueryInvalidException(java.lang.String msg)
Construct an instance of QueryInvalidExceptionQueryInvalidException(java.lang.String msg, java.lang.Throwable cause)
Construct an instance of QueryInvalidException
-
Method Summary
-
Methods inherited from class org.apache.geode.GemFireException
getRootCause
-
-
-
-
Constructor Detail
-
QueryInvalidException
public QueryInvalidException(java.lang.String msg)
Construct an instance of QueryInvalidException- Parameters:
msg
- the error message
-
QueryInvalidException
public QueryInvalidException(java.lang.String msg, java.lang.Throwable cause)
Construct an instance of QueryInvalidException- Parameters:
msg
- the error messagecause
- a Throwable cause
-
-