Package com.hazelcast.scheduledexecutor
Class DuplicateTaskException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.hazelcast.core.HazelcastException
-
- com.hazelcast.scheduledexecutor.DuplicateTaskException
-
- All Implemented Interfaces:
java.io.Serializable
public class DuplicateTaskException extends HazelcastException
An exception thrown when a task's name is already used before for another (or the same, if re-attempted) schedule. Tasks under a scheduler must have unique names.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DuplicateTaskException(java.lang.String msg)
-