Package com.hazelcast.durableexecutor
Class StaleTaskIdException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.hazelcast.core.HazelcastException
com.hazelcast.durableexecutor.StaleTaskIdException
- All Implemented Interfaces:
 SilentException,Serializable
An 
RuntimeException that is thrown when retrieving the result of a task via DurableExecutorService if the
 result of the task is overwritten. This means the task is executed but the result isn't available anymore- See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
StaleTaskIdException
 
 -