Class RetriableException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InternalServerException, RateLimitException, TimeoutException

public class RetriableException extends LangChain4jException
See Also:
  • Constructor Details

    • RetriableException

      public RetriableException(String message)
    • RetriableException

      public RetriableException(Throwable cause)
    • RetriableException

      public RetriableException(String message, Throwable cause)