Class 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 java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ParameterCountInvalidException

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