org.openspaces.remoting
Class SpaceRemoteExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.util.concurrent.ExecutionException
org.openspaces.remoting.SpaceRemoteExecutionException
- All Implemented Interfaces:
- Serializable
public class SpaceRemoteExecutionException
- extends ExecutionException
An extension for ExecutionException
holding both the
remoteInvocation
and the
remoteResult
remote result.
- Author:
- kimchy
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SpaceRemoteExecutionException
public SpaceRemoteExecutionException(SpaceRemotingInvocation remoteInvocation,
String message,
Throwable cause)
SpaceRemoteExecutionException
public SpaceRemoteExecutionException(SpaceRemotingInvocation remoteInvocation,
SpaceRemotingResult remoteResult)
getRemoteInvocation
public SpaceRemotingInvocation getRemoteInvocation()
- Returns the remote invocation that caused this execution exception.
getRemoteResult
public SpaceRemotingResult getRemoteResult()
- Returns the remote result that caused this execution exception.
Copyright © GigaSpaces.