public class BinanceApiException extends RuntimeException
| Modifier and Type | Field and Description |
|---|---|
static String |
ENV_ERROR |
static String |
EXEC_ERROR |
static String |
INPUT_ERROR |
static String |
KEY_MISSING |
static String |
RUNTIME_ERROR |
static String |
SUBSCRIPTION_ERROR |
static String |
SYS_ERROR |
| Constructor and Description |
|---|
BinanceApiException(String errType,
String errMsg) |
BinanceApiException(String errType,
String errMsg,
Throwable e) |
| Modifier and Type | Method and Description |
|---|---|
String |
getErrType() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final String RUNTIME_ERROR
public static final String INPUT_ERROR
public static final String KEY_MISSING
public static final String SYS_ERROR
public static final String SUBSCRIPTION_ERROR
public static final String ENV_ERROR
public static final String EXEC_ERROR
public String getErrType()
Copyright © 2021. All rights reserved.