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:
Serializable
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:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DuplicateTaskException
-