Package org.apache.geode.cache.query
Class QueryInvocationTargetException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.geode.GemFireCheckedException
org.apache.geode.cache.query.QueryException
org.apache.geode.cache.query.QueryInvocationTargetException
- All Implemented Interfaces:
Serializable
Thrown if an exception is thrown when a method is invoked during query execution.
- Since:
- GemFire 4.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstruct an instance of QueryInvalidExceptionQueryInvocationTargetException(String msg, Throwable cause) Construct an instance of QueryInvalidExceptionConstruct an instance of QueryInvalidException -
Method Summary
Methods inherited from class org.apache.geode.GemFireCheckedException
getRootCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
QueryInvocationTargetException
Construct an instance of QueryInvalidException- Parameters:
cause- a Throwable cause of this exception
-
QueryInvocationTargetException
Construct an instance of QueryInvalidException- Parameters:
msg- the error message
-
QueryInvocationTargetException
Construct an instance of QueryInvalidException- Parameters:
msg- the error messagecause- a Throwable cause of this exception
-