public class StaleTaskIdException extends HazelcastException implements SilentException
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 anymoreConstructor and Description |
---|
StaleTaskIdException(String message) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public StaleTaskIdException(String message)
Copyright © 2023 Hazelcast, Inc.. All rights reserved.