Class TriggerSignalExpiredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.sterl.spring.persistent_tasks.task.exception.TaskException
org.sterl.spring.persistent_tasks.task.exception.FailTaskNoRetryException
org.sterl.spring.persistent_tasks.task.exception.TriggerSignalExpiredException
- All Implemented Interfaces:
Serializable
A trigger scheduled with
waitForSignal(...) was waiting for a signal which
did not arrive before the configured timeout.
Extends FailTaskNoRetryException so an expired signal fails the trigger
terminally (no retry). Handlers can distinguish it from a regular failure via
e instanceof TriggerSignalExpiredException.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TriggerSignalExpiredException
-