java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
swim.concurrent.TimerException
- All Implemented Interfaces:
Serializable
Thrown when performing an invalid operation on a
TimerFunction
.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTimerException
(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
-
Constructor Details
-
TimerException
-
TimerException
-
TimerException
-
TimerException
public TimerException()
-