org.openspaces.remoting
Class ExecutorRemotingTask.InternalExecutorException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
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
 
 
 
 
 
ExecutorRemotingTask.InternalExecutorException
public ExecutorRemotingTask.InternalExecutorException()
ExecutorRemotingTask.InternalExecutorException
public ExecutorRemotingTask.InternalExecutorException(Throwable exception,
                                                      Integer instanceId,
                                                      String lookupName,
                                                      String methodName)
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
 
Copyright © GigaSpaces.