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 Details

    • BlockchainException

      public BlockchainException(int status, String message)
  • Method Details

    • getStatus

      public int getStatus()
    • setResponseHeaders

      public void setResponseHeaders(Map<String,List<String>> headers)
      Specified by:
      setResponseHeaders in interface si.mazi.rescu.HttpResponseAware
    • getResponseHeaders

      public Map<String,List<String>> getResponseHeaders()
      Specified by:
      getResponseHeaders in interface si.mazi.rescu.HttpResponseAware