public class SpaceRemoteExecutionException extends ExecutionException
ExecutionException holding both the remoteInvocation and the remoteResult remote
 result.| Constructor and Description | 
|---|
| SpaceRemoteExecutionException(SpaceRemotingInvocation remoteInvocation,
                             SpaceRemotingResult remoteResult) | 
| SpaceRemoteExecutionException(SpaceRemotingInvocation remoteInvocation,
                             String message,
                             Throwable cause) | 
| Modifier and Type | Method and Description | 
|---|---|
| SpaceRemotingInvocation | getRemoteInvocation()Returns the remote invocation that caused this execution exception. | 
| SpaceRemotingResult | getRemoteResult()Returns the remote result that caused this execution exception. | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SpaceRemoteExecutionException(SpaceRemotingInvocation remoteInvocation, String message, Throwable cause)
public SpaceRemoteExecutionException(SpaceRemotingInvocation remoteInvocation, SpaceRemotingResult remoteResult)
public SpaceRemotingInvocation getRemoteInvocation()
public SpaceRemotingResult getRemoteResult()
Copyright © GigaSpaces.