GenAiIOException

public final class GenAiIOException extends BaseException

IO exception raised in the GenAI SDK.

Constructors

Link copied to clipboard
public void GenAiIOException(String message, IOException cause)
Creates a new GenAiIoException with the specified message and the original IOException.
public void GenAiIOException(String message, Throwable cause)
Creates a new GenAiIoException with the specified message and the original cause.
public void GenAiIOException(String message)
Creates a new GenAiIoException with the specified message.
public void GenAiIOException(Throwable cause)
Creates a new GenAiIoException with the specified cause.

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
public final synchronized void addSuppressed(Throwable p)
Link copied to clipboard
public synchronized Throwable fillInStackTrace()
Link copied to clipboard
public synchronized Throwable getCause()
Link copied to clipboard
Link copied to clipboard
public String getMessage()
Link copied to clipboard
Link copied to clipboard
public final synchronized Array<Throwable> getSuppressed()
Link copied to clipboard
public synchronized Throwable initCause(Throwable p)
Link copied to clipboard
public void printStackTrace()
Link copied to clipboard
Link copied to clipboard
public String toString()