Class TimerException

All Implemented Interfaces:
Serializable

@Internal public class TimerException extends AsynchronousException
RuntimeException for wrapping exceptions that are thrown in the timer callback of the timer service in StreamTask.
See Also:
  • Constructor Details

    • TimerException

      public TimerException(Throwable cause)
  • Method Details