public class TradeException extends Exception
| Modifier and Type | Field and Description |
|---|---|
int |
numericCode
Numeric error code
|
String |
stringCode
String error code
|
| Constructor and Description |
|---|
TradeException(String message,
int numericCode,
String stringCode)
Constructs the timeout error
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic int numericCode
public String stringCode
Copyright © 2022. All rights reserved.