Class WebScrapingAIException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ApiConnectionException, ApiException, ApiTimeoutException

public class WebScrapingAIException extends RuntimeException
Base unchecked exception for everything thrown by the WebScraping.AI SDK. Lets callers write a single catch (WebScrapingAIException e) for any SDK-originated failure without enumerating the per-status / transport subtypes.
See Also:
  • Constructor Details

    • WebScrapingAIException

      public WebScrapingAIException(String message)
    • WebScrapingAIException

      public WebScrapingAIException(String message, Throwable cause)