Package org.knowm.xchange.coinjar
Class CoinjarException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
si.mazi.rescu.HttpStatusExceptionSupport
org.knowm.xchange.coinjar.CoinjarException
- All Implemented Interfaces:
Serializable
,si.mazi.rescu.HttpStatusException
public class CoinjarException
extends si.mazi.rescu.HttpStatusExceptionSupport
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description List<String>
errorMessages
String
errorType
-
Constructor Summary
Constructors Constructor Description CoinjarException(String errorType, List<String> errorMessages)
-
Method Summary
Modifier and Type Method Description String
getFirstMessage()
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
-
Field Details
-
errorType
-
errorMessages
-
-
Constructor Details
-
CoinjarException
-
-
Method Details
-
getFirstMessage
-