Package org.openspaces.remoting
Class ExecutorRemotingTask.InternalExecutorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.openspaces.remoting.ExecutorRemotingTask.InternalExecutorException
- All Implemented Interfaces:
SmartExternalizable,Externalizable,Serializable
- Enclosing class:
- ExecutorRemotingTask<T extends Serializable>
public static class ExecutorRemotingTask.InternalExecutorException
extends Exception
implements SmartExternalizable
A wrapper executor exception that holds more information on the exception, such as the
instance id.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInternalExecutorException(Throwable exception, Integer instanceId, String lookupName, String methodName) -
Method Summary
Modifier and TypeMethodDescriptionintvoidvoidMethods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.gigaspaces.serialization.SmartExternalizable
enabledSmartExternalizableWithReference
-
Constructor Details
-
InternalExecutorException
public InternalExecutorException() -
InternalExecutorException
-
-
Method Details
-
getException
-
getInstanceId
public int getInstanceId() -
fillInStackTrace
- Overrides:
fillInStackTracein classThrowable
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-