Package org.knowm.xchange.livecoin.dto
Class LivecoinException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
si.mazi.rescu.HttpStatusExceptionSupport
org.knowm.xchange.livecoin.dto.LivecoinException
- All Implemented Interfaces:
Serializable
,si.mazi.rescu.HttpStatusException
public class LivecoinException
extends si.mazi.rescu.HttpStatusExceptionSupport
- Author:
- walec51
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
void
setErrorCode
(int errorCode) void
setErrorMessage
(String errorMessage) 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
-
LivecoinException
public LivecoinException()
-
-
Method Details
-
getErrorCode
public int getErrorCode() -
setErrorCode
public void setErrorCode(int errorCode) -
getErrorMessage
-
setErrorMessage
-
getMessage
- Overrides:
getMessage
in classsi.mazi.rescu.HttpStatusExceptionSupport
-