Package com.aispect.common.exception
Class AiNetworkException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.aispect.common.exception.AiSpectException
com.aispect.common.exception.AiNetworkException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionAiNetworkException(String message) AiNetworkException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AiNetworkException
-
AiNetworkException
-