Class SchedulerTaskException

java.lang.Object
java.lang.Throwable
java.lang.Exception
net.flectone.pulse.exception.SchedulerTaskException
All Implemented Interfaces:
Serializable

public class SchedulerTaskException extends Exception
Thrown by a scheduled task to signal failure without bringing down the scheduler thread.
See Also:
  • Constructor Details

    • SchedulerTaskException

      public SchedulerTaskException()