Class DuplicateTaskException

All Implemented Interfaces:
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:
  • Constructor Details

    • DuplicateTaskException

      public DuplicateTaskException(String msg)