GigaSpaces XAP 7.1 API

org.openspaces.remoting
Class ExecutorRemotingTask.InternalExecutorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openspaces.remoting.ExecutorRemotingTask.InternalExecutorException
All Implemented Interfaces:
Externalizable, Serializable
Enclosing class:
ExecutorRemotingTask<T extends Serializable>

public static class ExecutorRemotingTask.InternalExecutorException
extends Exception
implements Externalizable

A wrapper executor exception that holds more information on the exception, such as the instance id.

See Also:
Serialized Form

Constructor Summary
ExecutorRemotingTask.InternalExecutorException()
           
ExecutorRemotingTask.InternalExecutorException(Throwable exception, Integer instanceId, String lookupName, String methodName)
           
 
Method Summary
 Throwable fillInStackTrace()
           
 Throwable getException()
           
 int getInstanceId()
           
 void readExternal(ObjectInput in)
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class java.lang.Throwable
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

ExecutorRemotingTask.InternalExecutorException

public ExecutorRemotingTask.InternalExecutorException()

ExecutorRemotingTask.InternalExecutorException

public ExecutorRemotingTask.InternalExecutorException(Throwable exception,
                                                      Integer instanceId,
                                                      String lookupName,
                                                      String methodName)
Method Detail

getException

public Throwable getException()

getInstanceId

public int getInstanceId()

fillInStackTrace

public Throwable fillInStackTrace()
Overrides:
fillInStackTrace in class Throwable

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Throws:
IOException

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Specified by:
readExternal in interface Externalizable
Throws:
IOException
ClassNotFoundException

GigaSpaces XAP 7.1 API

Copyright © GigaSpaces.