Package 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
An extension for
ExecutionException holding both the remoteInvocation and the remoteResult remote
result.- Author:
- kimchy
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSpaceRemoteExecutionException(SpaceRemotingInvocation remoteInvocation, String message, Throwable cause) SpaceRemoteExecutionException(SpaceRemotingInvocation remoteInvocation, SpaceRemotingResult remoteResult) -
Method Summary
Modifier and TypeMethodDescriptionReturns the remote invocation that caused this execution exception.Returns the remote result that caused this execution exception.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SpaceRemoteExecutionException
public SpaceRemoteExecutionException(SpaceRemotingInvocation remoteInvocation, String message, Throwable cause) -
SpaceRemoteExecutionException
public SpaceRemoteExecutionException(SpaceRemotingInvocation remoteInvocation, SpaceRemotingResult remoteResult)
-
-
Method Details
-
getRemoteInvocation
Returns the remote invocation that caused this execution exception. -
getRemoteResult
Returns the remote result that caused this execution exception.
-