Package org.apache.geode.cache.execute
Class FunctionInvocationTargetException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.geode.GemFireException
org.apache.geode.cache.execute.FunctionException
org.apache.geode.cache.execute.FunctionInvocationTargetException
- All Implemented Interfaces:
Serializable
Thrown if one of the function execution nodes goes away or cache is closed. Function needs to be
re-executed if the
Throwable.getCause() is FunctionInvocationTargetException.- Since:
- GemFire 6.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstruct an instance of FunctionInvocationTargetExceptionFunctionInvocationTargetException(String msg, Throwable cause) Construct an instance of FunctionInvocationTargetExceptionConstruct an instance of FunctionInvocationTargetExceptionConstruct an instance of FunctionInvocationTargetException -
Method Summary
Modifier and TypeMethodDescriptionMethod to get the member id of the ExceptionMethods inherited from class org.apache.geode.cache.execute.FunctionException
addException, addExceptions, getExceptionsMethods inherited from class org.apache.geode.GemFireException
getRootCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FunctionInvocationTargetException
Construct an instance of FunctionInvocationTargetException- Parameters:
cause- a Throwable cause of this exception
-
FunctionInvocationTargetException
Construct an instance of FunctionInvocationTargetException- Parameters:
msg- the error messageid- the DistributedMember id of the source- Since:
- GemFire 6.5
-
FunctionInvocationTargetException
Construct an instance of FunctionInvocationTargetException- Parameters:
msg- Exception message
-
FunctionInvocationTargetException
Construct an instance of FunctionInvocationTargetException- Parameters:
msg- the error messagecause- a Throwable cause of this exception
-
-
Method Details
-
getMemberId
Method to get the member id of the Exception- Returns:
- DistributedMember id
- Since:
- GemFire 6.5
-