Package com.codingchili.core.context
Class TimerSourceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.codingchili.core.context.CoreRuntimeException
com.codingchili.core.context.TimerSourceException
- All Implemented Interfaces:
CoreExceptionFormat
,Serializable
Thrown on timer source failure.
- See Also:
- Serialized Form
-
Constructor Summary
-
Method Summary
Methods inherited from class com.codingchili.core.context.CoreRuntimeException
status
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TimerSourceException
- Parameters:
description
- the description for the error.
-