Class TimerException

All Implemented Interfaces:
Serializable

public class TimerException extends RuntimeException
Thrown when performing an invalid operation on a TimerFunction.
See Also:
  • Constructor Details

    • TimerException

      public TimerException(String message, Throwable cause)
    • TimerException

      public TimerException(String message)
    • TimerException

      public TimerException(Throwable cause)
    • TimerException

      public TimerException()