Class QueryException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CqException, CqExistsException, FunctionDomainException, IndexCreationException, IndexExistsException, IndexNameConflictException, NameResolutionException, ParameterCountInvalidException, QueryInvocationTargetException, TypeMismatchException

public class QueryException extends GemFireCheckedException
Thrown during by the query engine during parsing or execution. Instances of subclasses are thrown for more specific exceptions.
Since:
GemFire 4.0
See Also:
  • Constructor Details

    • QueryException

      public QueryException()
      Required for serialization
    • QueryException

      public QueryException(String msg, Throwable cause)
      Constructor used by concrete subclasses
      Parameters:
      msg - the error message
      cause - a Throwable cause of this exception
    • QueryException

      public QueryException(String msg)
      Constructor used by concrete subclasses
      Parameters:
      msg - the error message
    • QueryException

      public QueryException(Throwable cause)
      Constructor used by concrete subclasses
      Parameters:
      cause - a Throwable cause of this exception