Class TaskTimestampException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sidneysimmons.kimber.exception.TaskTimestampException
- All Implemented Interfaces:
Serializable
Exception for when there is a problem working with a task timestamp.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTaskTimestampException(String message, Throwable cause) Generic constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TaskTimestampException
Generic constructor.- Parameters:
message- the messagecause- the cause
-