Package dev.langchain4j.exception
Class NonRetriableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.langchain4j.exception.LangChain4jException
dev.langchain4j.exception.NonRetriableException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AuthenticationException
,InvalidRequestException
,ModelNotFoundException
,UnresolvedModelServerException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNonRetriableException
(String message) NonRetriableException
(String message, Throwable cause) NonRetriableException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NonRetriableException
-
NonRetriableException
-
NonRetriableException
-