Class TimeoutException

All Implemented Interfaces:
Serializable

public class TimeoutException extends RetriableException
Thrown when a request to the model provider does not complete within the configured time limit (HTTP 408 or a client-side read/connect timeout).

This is a RetriableException: a transient network condition or a temporarily overloaded provider may have caused the delay, and a retry (potentially with a longer timeout) may succeed.

See Also:
  • Constructor Details

    • TimeoutException

      public TimeoutException(String message)
    • TimeoutException

      public TimeoutException(Throwable cause)
    • TimeoutException

      public TimeoutException(String message, Throwable cause)