public class ArkHttpException extends RuntimeException
| Modifier and Type | Field and Description |
|---|---|
String |
code |
static Integer |
INTERNAL_SERVICE_CODE |
String |
param |
String |
requestId |
int |
statusCode |
String |
type |
| Constructor and Description |
|---|
ArkHttpException(ArkAPIError error,
Exception parent,
int statusCode,
String requestId) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic static Integer INTERNAL_SERVICE_CODE
public final int statusCode
public final String code
public final String param
public final String type
public final String requestId
public ArkHttpException(ArkAPIError error, Exception parent, int statusCode, String requestId)
Copyright © 2025. All rights reserved.