Class TypeMismatchException

All Implemented Interfaces:
Serializable

public class TypeMismatchException extends QueryException
Thrown if type consistency is violated while a query is being executed.
Since:
GemFire 4.0
See Also:
  • Constructor Details

    • TypeMismatchException

      public TypeMismatchException(String msg)
      Construct an instance of TypeMismatchException
      Parameters:
      msg - the error message
    • TypeMismatchException

      public TypeMismatchException(String msg, Throwable cause)
      Construct an instance of TypeMismatchException
      Parameters:
      msg - the error message
      cause - a Throwable cause of this exception