com.gemstone.gemfire.cache.execute
Class FunctionInvocationTargetException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gemstone.gemfire.GemFireException
com.gemstone.gemfire.cache.execute.FunctionException
com.gemstone.gemfire.cache.execute.FunctionInvocationTargetException
- All Implemented Interfaces:
- Serializable
public class FunctionInvocationTargetException
- extends FunctionException
Thrown if one of the function execution nodes goes away or cache is closed
Function needs to be re-executed again if the
Throwable.getCause() is FunctionInvocationTargetException.
- Since:
- 6.0
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
FunctionInvocationTargetException
public FunctionInvocationTargetException(Throwable cause)
- Construct an instance of FunctionInvocationTargetException
- Parameters:
cause - a Throwable cause of this exception
FunctionInvocationTargetException
public FunctionInvocationTargetException(String msg)
- Construct an instance of FunctionInvocationTargetException
- Parameters:
msg - the error message
FunctionInvocationTargetException
public FunctionInvocationTargetException(String msg,
Throwable cause)
- Construct an instance of FunctionInvocationTargetException
- Parameters:
msg - the error messagecause - a Throwable cause of this exception
Copyright © 2002-2009 GemStone Systems, Inc. All Rights Reserved.