ApiException

public void ApiException(int code, String status, String message)

Creates a new ApiException with the specified code, status, and message.

Parameters

code

The status code from the API response.

status

The status from the API response.

message

The error message from the API response.