Class ApiConnectionException

All Implemented Interfaces:
Serializable

public class ApiConnectionException extends WebScrapingAIException
Transport-level failure (DNS, TCP, TLS, etc.) — no HTTP response was received and the cause is not a timeout.
See Also:
  • Constructor Details

    • ApiConnectionException

      public ApiConnectionException(String message, Throwable cause)