Uses of Class
org.knowm.xchange.dvchain.dto.DVChainException
-
Packages that use DVChainException Package Description org.knowm.xchange.dvchain org.knowm.xchange.dvchain.service -
-
Uses of DVChainException in org.knowm.xchange.dvchain
Methods in org.knowm.xchange.dvchain that throw DVChainException Modifier and Type Method Description StringDVChain. cancelOrder(String tradeId, String apiKey)DVChainMarketResponseDVChain. getPrices(String apiKey)DVChainTradesResponseDVChain. getTrades(String apiKey, String nocache, String cache)DVChainTradeDVChain. placeLimitOrder(DVChainNewLimitOrder newOrder, String apiKey)DVChainTradeDVChain. placeMarketOrder(DVChainNewMarketOrder newOrder, String apiKey) -
Uses of DVChainException in org.knowm.xchange.dvchain.service
Methods in org.knowm.xchange.dvchain.service with parameters of type DVChainException Modifier and Type Method Description protected org.knowm.xchange.exceptions.ExchangeExceptionDVChainBaseService. handleException(DVChainException exception)
-