Package dev.braintrust.api
Class LoginException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.braintrust.api.LoginException
- All Implemented Interfaces:
Serializable
Exception thrown when login to Braintrust fails.
This is a RuntimeException so it doesn't require explicit handling, but callers can catch it specifically if they want to handle login failures differently from other errors.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLoginException(String message) LoginException(String message, Throwable cause) LoginException(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
-
LoginException
-
LoginException
-
LoginException
-