Class QueryExecException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
QueryCancelledException

public class QueryExecException extends QueryException
QueryExecException indicates a condition encountered during query evaluation.
See Also:
  • Constructor Details

    • QueryExecException

      public QueryExecException()
    • QueryExecException

      public QueryExecException(Throwable cause)
    • QueryExecException

      public QueryExecException(String msg)
    • QueryExecException

      public QueryExecException(String msg, Throwable cause)