Class NonRetriableException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AuthenticationException, InvalidRequestException, ModelNotFoundException, UnresolvedModelServerException

public class NonRetriableException extends LangChain4jException
See Also:
  • Constructor Details

    • NonRetriableException

      public NonRetriableException(String message)
    • NonRetriableException

      public NonRetriableException(Throwable cause)
    • NonRetriableException

      public NonRetriableException(String message, Throwable cause)