Package org.knowm.xchange.btcmarkets.dto
Class BTCMarketsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
si.mazi.rescu.HttpStatusExceptionSupport
org.knowm.xchange.btcmarkets.dto.BTCMarketsException
- All Implemented Interfaces:
Serializable
,si.mazi.rescu.HttpStatusException
public class BTCMarketsException
extends si.mazi.rescu.HttpStatusExceptionSupport
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description BTCMarketsException(Boolean success, String errorMessage, Integer errorCode, String clientRequestId, Long id, List<BTCMarketsException> responses)
-
Method Summary
Modifier and Type Method Description String
getClientRequestId()
Integer
getErrorCode()
Long
getId()
List<BTCMarketsException>
getResponses()
Boolean
getSuccess()
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
-
BTCMarketsException
-
-
Method Details
-
getSuccess
-
getErrorCode
-
getClientRequestId
-
getId
-
getResponses
-