Class TriggerSignalExpiredException

All Implemented Interfaces:
Serializable

public class TriggerSignalExpiredException extends FailTaskNoRetryException
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 Details

    • TriggerSignalExpiredException

      public TriggerSignalExpiredException(String message)