Package com.langfuse.client.core
Class LangfuseClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.langfuse.client.core.LangfuseClientException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
LangfuseClientApiException
This class serves as the base exception for all errors in the SDK.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLangfuseClientException(String message) LangfuseClientException(String message, Exception e) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LangfuseClientException
-
LangfuseClientException
-