Package dev.langchain4j.model.zhipu
Class ZhipuAiException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.langchain4j.model.zhipu.ZhipuAiException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionZhipuAiException
(String message) ZhipuAiException
(String code, String message) ZhipuAiException
(okhttp3.Response response) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ZhipuAiException
-
ZhipuAiException
public ZhipuAiException(okhttp3.Response response) -
ZhipuAiException
-
-
Method Details
-
getCode
-
getMessage
- Overrides:
getMessage
in classThrowable
-