Class ResilientTimeoutException

All Implemented Interfaces:
Serializable

public final class ResilientTimeoutException extends ResilientException
Thrown when an operation does not complete within the configured timeout. The operation's thread has been interrupted by the time this is thrown; whether the operation actually stopped depends on it responding to interruption.
See Also:
  • Constructor Details

    • ResilientTimeoutException

      public ResilientTimeoutException(Duration timeout)
  • Method Details

    • timeout

      public Duration timeout()
      The configured timeout that was exceeded.