Class GenAiIOException

All Implemented Interfaces:
Serializable

public final class GenAiIOException extends RuntimeException
IO exception raised in the GenAI SDK.
See Also:
  • Constructor Details

    • GenAiIOException

      public GenAiIOException(String message, IOException cause)
      Creates a new GenAiIoException with the specified message and the original IOException.
    • GenAiIOException

      public GenAiIOException(String message)
      Creates a new GenAiIoException with the specified message.
    • GenAiIOException

      public GenAiIOException(Throwable cause)
      Creates a new GenAiIoException with the specified cause.