|
GemFire 6.6.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gemstone.gemfire.GemFireException
com.gemstone.gemfire.cache.execute.FunctionException
com.gemstone.gemfire.cache.execute.FunctionInvocationTargetException
public class FunctionInvocationTargetException
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.
| Constructor Summary | |
|---|---|
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 |
|
| Method Summary | |
|---|---|
DistributedMember |
getMemberId()
Method to get the member id of the Exception |
| Methods inherited from class com.gemstone.gemfire.cache.execute.FunctionException |
|---|
addException, addExceptions, getExceptions |
| Methods inherited from class com.gemstone.gemfire.GemFireException |
|---|
getRootCause |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FunctionInvocationTargetException(Throwable cause)
cause - a Throwable cause of this exception
public FunctionInvocationTargetException(String msg,
DistributedMember id)
msg - the error messageid - the DistributedMember id of the sourcepublic FunctionInvocationTargetException(String msg)
msg - Exception message
public FunctionInvocationTargetException(String msg,
Throwable cause)
msg - the error messagecause - a Throwable cause of this exception| Method Detail |
|---|
public DistributedMember getMemberId()
|
GemFire 6.6.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||