Class QueryInvocationTargetException

All Implemented Interfaces:
Serializable

public class QueryInvocationTargetException extends QueryException
Thrown if an exception is thrown when a method is invoked during query execution.
Since:
GemFire 4.0
See Also:
  • Constructor Details

    • QueryInvocationTargetException

      public QueryInvocationTargetException(Throwable cause)
      Construct an instance of QueryInvalidException
      Parameters:
      cause - a Throwable cause of this exception
    • QueryInvocationTargetException

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

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