com.gemstone.gemfire.cache.query
Class QueryInvocationTargetException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.gemstone.gemfire.GemFireCheckedException
com.gemstone.gemfire.cache.query.QueryException
com.gemstone.gemfire.cache.query.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:
- 4.0
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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 messagecause
- a Throwable cause of this exception
Copyright © 1997-2012 VMware, Inc. All rights reserved.