Class AiNetworkException

All Implemented Interfaces:
Serializable

public class AiNetworkException extends AiSpectException
and AI Exception thrown when there is a network problem in model provider communication. Includes connection timeouts, read timeouts, rate limits, and server-side errors.
See Also:
  • Constructor Details

    • AiNetworkException

      public AiNetworkException(String message)
    • AiNetworkException

      public AiNetworkException(String message, Throwable cause)