Package org.knowm.xchange.coindirect.dto
Class CoindirectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.knowm.xchange.exceptions.ExchangeException
org.knowm.xchange.coindirect.dto.CoindirectException
- All Implemented Interfaces:
Serializable
public class CoindirectException extends ExchangeException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description CoindirectException(String message)
CoindirectException(String error, String message, String path, Long status, List<CoindirectError> errorList)
-
Method Summary
Modifier and Type Method Description String
getMessage()
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CoindirectException
-
CoindirectException
-
-
Method Details
-
getMessage
- Overrides:
getMessage
in classThrowable
-