Class GPTException.GPTRetryableResponseErrorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.composum.ai.backend.base.service.GPTException
-
- com.composum.ai.backend.base.service.GPTException.GPTRetryableResponseErrorException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- GPTException
public static class GPTException.GPTRetryableResponseErrorException extends GPTException
An exception that is thrown when the response from the GPT service is not as expected. That might or might not change with an retry - a limited number of retries might make sense.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.composum.ai.backend.base.service.GPTException
GPTException.GPTContextLengthExceededException, GPTException.GPTRetryableResponseErrorException
-
-
Constructor Summary
Constructors Constructor Description GPTRetryableResponseErrorException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
GPTRetryableResponseErrorException
public GPTRetryableResponseErrorException(String message)
-
-