Class StaleTaskIdException

All Implemented Interfaces:
SilentException, Serializable

public class StaleTaskIdException
extends HazelcastException
implements SilentException
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:
Serialized Form
  • Constructor Details

    • StaleTaskIdException

      public StaleTaskIdException​(String message)