Class GPTChatCompletionServiceImpl.RetryableException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.RuntimeException
 - 
- com.composum.ai.backend.base.service.chat.impl.GPTChatCompletionServiceImpl.RetryableException
 
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
- Enclosing class:
 - GPTChatCompletionServiceImpl
 
protected static class GPTChatCompletionServiceImpl.RetryableException extends RuntimeException
Thrown when we get a 429 rate limiting response.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description RetryableException(String errorMessage) 
- 
Method Summary
- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
RetryableException
public RetryableException(String errorMessage)
 
 - 
 
 -