Class ServerException

All Implemented Interfaces:
Serializable

public final class ServerException extends ApiException
Server exception raised by the GenAI API.
See Also:
  • Constructor Details

    • ServerException

      public ServerException(int code, String status, String message)
      Creates a new ServerException with the specified message.