Class ApiTimeoutException

All Implemented Interfaces:
Serializable

public class ApiTimeoutException extends WebScrapingAIException
The request did not receive a complete response within the configured timeout (no HTTP status was observed).
See Also:
  • Constructor Details

    • ApiTimeoutException

      public ApiTimeoutException(String message, Throwable cause)