public class FunctionInvocationTargetException extends FunctionException
Throwable.getCause()
is FunctionInvocationTargetException.Constructor and Description |
---|
FunctionInvocationTargetException(String msg)
Construct an instance of FunctionInvocationTargetException
|
FunctionInvocationTargetException(String msg,
DistributedMember id)
Construct an instance of FunctionInvocationTargetException
|
FunctionInvocationTargetException(String msg,
Throwable cause)
Construct an instance of FunctionInvocationTargetException
|
FunctionInvocationTargetException(Throwable cause)
Construct an instance of FunctionInvocationTargetException
|
Modifier and Type | Method and Description |
---|---|
DistributedMember |
getMemberId()
Method to get the member id of the Exception
|
addException, addExceptions, getExceptions
getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public FunctionInvocationTargetException(Throwable cause)
cause
- a Throwable cause of this exceptionpublic FunctionInvocationTargetException(String msg, DistributedMember id)
msg
- the error messageid
- the DistributedMember id of the sourcepublic FunctionInvocationTargetException(String msg)
msg
- Exception messagepublic DistributedMember getMemberId()