Package org.knowm.xchange.blockchain.dto
Class BlockchainException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
si.mazi.rescu.HttpStatusExceptionSupport
org.knowm.xchange.blockchain.dto.BlockchainException
- All Implemented Interfaces:
Serializable
,si.mazi.rescu.HttpResponseAware
,si.mazi.rescu.HttpStatusException
public class BlockchainException
extends si.mazi.rescu.HttpStatusExceptionSupport
implements si.mazi.rescu.HttpResponseAware
- See Also:
-
Constructor Summary
Constructors -
Method Summary
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
-
BlockchainException
-
-
Method Details
-
getStatus
public int getStatus() -
setResponseHeaders
- Specified by:
setResponseHeaders
in interfacesi.mazi.rescu.HttpResponseAware
-
getResponseHeaders
- Specified by:
getResponseHeaders
in interfacesi.mazi.rescu.HttpResponseAware
-