Gemfire JavaDocs
Package org.apache.geode.cache.query
Class ParameterCountInvalidException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.geode.GemFireCheckedException
-
- org.apache.geode.cache.query.QueryException
-
- org.apache.geode.cache.query.ParameterCountInvalidException
-
- All Implemented Interfaces:
java.io.Serializable
public class ParameterCountInvalidException extends QueryException
Thrown when the number of bound paramters for a query does not match the number of placeholders.- Since:
- GemFire 4.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParameterCountInvalidException(java.lang.String message)
Creates a new instance of QueryParameterCountInvalidException
-
Method Summary
-
Methods inherited from class org.apache.geode.GemFireCheckedException
getRootCause
-
-