Class TimeoutException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
RetryTimeoutException

public class TimeoutException extends RuntimeException
General timeout runtime exception.
See Also:
  • Constructor Details

    • TimeoutException

      public TimeoutException(String message, Throwable throwable)
      Constructs a TimeoutException with the specified detail message.
      Parameters:
      message - the detail message
      throwable - last retry exception