Class 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:
GemFire 4.0
See Also:
  • Constructor Details

    • ParameterCountInvalidException

      public ParameterCountInvalidException(String message)
      Creates a new instance of QueryParameterCountInvalidException
      Parameters:
      message - the error message