public class FunctionInvocationTargetException extends FunctionException
Throwable.getCause() is FunctionInvocationTargetException.| Constructor and Description |
|---|
FunctionInvocationTargetException(java.lang.String msg)
Deprecated.
Construct an instance of FunctionInvocationTargetException
|
FunctionInvocationTargetException(java.lang.String msg,
org.apache.geode.distributed.DistributedMember id)
Deprecated.
Construct an instance of FunctionInvocationTargetException
|
FunctionInvocationTargetException(java.lang.String msg,
java.lang.Throwable cause)
Deprecated.
Construct an instance of FunctionInvocationTargetException
|
FunctionInvocationTargetException(java.lang.Throwable cause)
Deprecated.
Construct an instance of FunctionInvocationTargetException
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.geode.distributed.DistributedMember |
getMemberId()
Deprecated.
Method to get the member id of the Exception
|
addException, addExceptions, getExceptionsgetRootCausepublic FunctionInvocationTargetException(java.lang.Throwable cause)
cause - a Throwable cause of this exceptionpublic FunctionInvocationTargetException(java.lang.String msg,
org.apache.geode.distributed.DistributedMember id)
msg - the error messageid - the DistributedMember id of the sourcepublic FunctionInvocationTargetException(java.lang.String msg)
msg - Exception messagepublic FunctionInvocationTargetException(java.lang.String msg,
java.lang.Throwable cause)
msg - the error messagecause - a Throwable cause of this exception