Class TimeToLiveExpired
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.adamantic.quicknote.exceptions.SystemException
io.adamantic.quicknote.exceptions.TimeToLiveExpired
- All Implemented Interfaces:
Serializable
Exception thrown when a message has expired its time-to-live.
- Author:
- Domenico Barra - domenico@adamantic.io
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTimeToLiveExpired(Message expiredMessage) Creates a new exception instance, with a reference to the expired message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TimeToLiveExpired
Creates a new exception instance, with a reference to the expired message.- Parameters:
expiredMessage- the expired message
-