Class CoinbaseProException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
si.mazi.rescu.HttpStatusExceptionSupport
org.knowm.xchange.coinbasepro.dto.CoinbaseProException
- All Implemented Interfaces:
Serializable
,si.mazi.rescu.HttpStatusException
public class CoinbaseProException
extends si.mazi.rescu.HttpStatusExceptionSupport
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description CoinbaseProException(String message)
-
Method Summary
Modifier and Type Method Description String
getMessage()
Methods inherited from class si.mazi.rescu.HttpStatusExceptionSupport
getHttpStatusCode, getStackTrace, setHttpStatusCode
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CoinbaseProException
-
-
Method Details
-
getMessage
- Overrides:
getMessage
in classsi.mazi.rescu.HttpStatusExceptionSupport
-