public class ApiExceptionFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
static ApiException |
createException(String message,
Throwable cause,
StatusCode statusCode,
boolean retryable) |
static ApiException |
createException(Throwable cause,
StatusCode statusCode,
boolean retryable) |
public static ApiException createException(Throwable cause, StatusCode statusCode, boolean retryable)
public static ApiException createException(String message, Throwable cause, StatusCode statusCode, boolean retryable)