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
,java.io.Serializable
public class StaleTaskIdException extends HazelcastException implements SilentException
AnRuntimeException
that is thrown when retrieving the result of a task viaDurableExecutorService
if the result of the task is overwritten. This means the task is executed but the result isn't available anymore- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StaleTaskIdException(java.lang.String message)
-