Package com.hazelcast.scheduledexecutor
Class StaleTaskException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.hazelcast.core.HazelcastException
-
- com.hazelcast.scheduledexecutor.StaleTaskException
-
- All Implemented Interfaces:
SilentException
,java.io.Serializable
public class StaleTaskException extends HazelcastException implements SilentException
Exception thrown by theIScheduledFuture
during any operation on a stale (=previously destroyed) task.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StaleTaskException(java.lang.String msg)
-