- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- swim.concurrent.TimerException
-
- All Implemented Interfaces:
Serializable
public class TimerException extends RuntimeException
Thrown when performing an invalid operation on aTimerFunction
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TimerException()
TimerException(String message)
TimerException(String message, Throwable cause)
TimerException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-