Class RetriableException

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

public class RetriableException extends LangChain4jException
See Also:
  • Constructor Details Link icon

    • RetriableException Link icon

      public RetriableException(String message)
    • RetriableException Link icon

      public RetriableException(Throwable cause)
    • RetriableException Link icon

      public RetriableException(String message, Throwable cause)