public class ArkHttpException extends RuntimeException
| Modifier and Type | Field and Description |
|---|---|
String |
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 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 © 2024. All rights reserved.