GenAiIOException

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.