GigaSpaces XAP 8.0 API

org.openspaces.remoting
Class SpaceRemoteExecutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.util.concurrent.ExecutionException
              extended by 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

Constructor Summary
SpaceRemoteExecutionException(SpaceRemotingInvocation remoteInvocation, SpaceRemotingResult remoteResult)
           
SpaceRemoteExecutionException(SpaceRemotingInvocation remoteInvocation, String message, Throwable cause)
           
 
Method Summary
 SpaceRemotingInvocation getRemoteInvocation()
          Returns the remote invocation that caused this execution exception.
 SpaceRemotingResult getRemoteResult()
          Returns the remote result that caused this execution exception.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SpaceRemoteExecutionException

public SpaceRemoteExecutionException(SpaceRemotingInvocation remoteInvocation,
                                     String message,
                                     Throwable cause)

SpaceRemoteExecutionException

public SpaceRemoteExecutionException(SpaceRemotingInvocation remoteInvocation,
                                     SpaceRemotingResult remoteResult)
Method Detail

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.


GigaSpaces XAP 8.0 API

Copyright © GigaSpaces.