Class LoginException

All Implemented Interfaces:
Serializable

public class LoginException extends RuntimeException
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 Details

    • LoginException

      public LoginException(String message)
    • LoginException

      public LoginException(String message, @Nullable Throwable cause)
    • LoginException

      public LoginException(Throwable cause)