Package dev.failsafe

Class TimeoutExceededException

All Implemented Interfaces:
Serializable

public class TimeoutExceededException extends FailsafeException
Thrown when an execution exceeds a configured Timeout.
See Also:
  • Field Details

  • Constructor Details

    • TimeoutExceededException

      public TimeoutExceededException(Timeout<?> timeout)
  • Method Details

    • getTimeout

      public Timeout<?> getTimeout()
      Returns the Timeout that caused the exception.