Package org.knowm.xchange.binance.dto
Class BinanceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
si.mazi.rescu.HttpStatusExceptionSupport
org.knowm.xchange.binance.dto.BinanceException
- All Implemented Interfaces:
Serializable
,si.mazi.rescu.HttpResponseAware
,si.mazi.rescu.HttpStatusException
public class BinanceException
extends si.mazi.rescu.HttpStatusExceptionSupport
implements si.mazi.rescu.HttpResponseAware
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class si.mazi.rescu.HttpStatusExceptionSupport
getHttpStatusCode, getMessage, getStackTrace, setHttpStatusCode
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BinanceException
-
-
Method Details
-
getCode
public int getCode() -
setResponseHeaders
- Specified by:
setResponseHeaders
in interfacesi.mazi.rescu.HttpResponseAware
-
getResponseHeaders
- Specified by:
getResponseHeaders
in interfacesi.mazi.rescu.HttpResponseAware
-