com.gemstone.gemfire.cache.query
Class ParameterCountInvalidException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.gemstone.gemfire.GemFireCheckedException
com.gemstone.gemfire.cache.query.QueryException
com.gemstone.gemfire.cache.query.ParameterCountInvalidException
- All Implemented Interfaces:
- Serializable
public class ParameterCountInvalidException
- extends QueryException
Thrown when the number of bound paramters for a query does not match the
number of placeholders.
- Since:
- 4.0
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ParameterCountInvalidException
public ParameterCountInvalidException(String message)
- Creates a new instance of QueryParameterCountInvalidException
- Parameters:
message - the error message
Copyright © 2002-2010 GemStone Systems, Inc. All Rights Reserved.