Uses of Class
org.knowm.xchange.exceptions.ExchangeException
Packages that use ExchangeException
Package
Description
-
Uses of ExchangeException in org.knowm.xchange
Methods in org.knowm.xchange that throw ExchangeExceptionModifier and TypeMethodDescriptionvoid
BaseExchange.remoteInit()
void
Exchange.remoteInit()
Initialize this instance with the remote meta data. -
Uses of ExchangeException in org.knowm.xchange.ascendex
Methods in org.knowm.xchange.ascendex that throw ExchangeException -
Uses of ExchangeException in org.knowm.xchange.bankera
Methods in org.knowm.xchange.bankera that return ExchangeExceptionModifier and TypeMethodDescriptionstatic ExchangeException
BankeraAdapters.adaptError
(BankeraException exception) -
Uses of ExchangeException in org.knowm.xchange.bibox
Methods in org.knowm.xchange.bibox that throw ExchangeException -
Uses of ExchangeException in org.knowm.xchange.binance
Methods in org.knowm.xchange.binance that return ExchangeExceptionModifier and TypeMethodDescriptionstatic ExchangeException
BinanceErrorAdapter.adapt
(BinanceException e) -
Uses of ExchangeException in org.knowm.xchange.bitbay.service
Methods in org.knowm.xchange.bitbay.service that throw ExchangeExceptionModifier and TypeMethodDescriptionBitbayTradeServiceRaw.getBitbayOpenOrders()
BitbayTradeServiceRaw.getBitbayTransactions
(CurrencyPair currencyPair) -
Uses of ExchangeException in org.knowm.xchange.bitbay.v3.service
Methods in org.knowm.xchange.bitbay.v3.service that throw ExchangeExceptionModifier and TypeMethodDescriptionBitbayTradeServiceRaw.getBitbayTransactions
(BitbayUserTradesQuery query) -
Uses of ExchangeException in org.knowm.xchange.bitcoincharts
Methods in org.knowm.xchange.bitcoincharts that throw ExchangeException -
Uses of ExchangeException in org.knowm.xchange.bitcoincore
Methods in org.knowm.xchange.bitcoincore that throw ExchangeException -
Uses of ExchangeException in org.knowm.xchange.bitcointoyou.service.polling
Methods in org.knowm.xchange.bitcointoyou.service.polling that throw ExchangeExceptionModifier and TypeMethodDescriptionBitcointoyouAccountService.getFundingHistory
(TradeHistoryParams params) BitcointoyouTradeService.getOpenOrders
(OpenOrdersParams params) BitcointoyouMarketDataService.getOrderBook
(CurrencyPair currencyPair, Object... args) BitcointoyouMarketDataService.getTrades
(CurrencyPair currencyPair, Object... args) -
Uses of ExchangeException in org.knowm.xchange.bitfinex
Methods in org.knowm.xchange.bitfinex that return ExchangeExceptionModifier and TypeMethodDescriptionstatic ExchangeException
BitfinexErrorAdapter.adapt
(BitfinexException e) Methods in org.knowm.xchange.bitfinex that throw ExchangeException -
Uses of ExchangeException in org.knowm.xchange.bitflyer
Methods in org.knowm.xchange.bitflyer that throw ExchangeException -
Uses of ExchangeException in org.knowm.xchange.bitflyer.service
Methods in org.knowm.xchange.bitflyer.service that return ExchangeExceptionModifier and TypeMethodDescriptionprotected ExchangeException
BitflyerBaseService.handleError
(BitflyerException exception) -
Uses of ExchangeException in org.knowm.xchange.bithumb
Methods in org.knowm.xchange.bithumb that return ExchangeExceptionModifier and TypeMethodDescriptionstatic ExchangeException
BithumbErrorAdapter.adapt
(BithumbException e) -
Uses of ExchangeException in org.knowm.xchange.bitmex.service
Methods in org.knowm.xchange.bitmex.service that return ExchangeExceptionModifier and TypeMethodDescriptionprotected ExchangeException
BitmexBaseService.handleError
(Exception exception) Methods in org.knowm.xchange.bitmex.service that throw ExchangeExceptionModifier and TypeMethodDescriptionBitmexTradeServiceRaw.cancelAllAfter
(long timeoutMillis) BitmexTradeServiceRaw.cancelAllOrders()
BitmexTradeServiceRaw.cancelAllOrders
(String symbol, String filter, String text) BitmexTradeServiceRaw.cancelBitmexOrder
(String orderId) BitmexTradeServiceRaw.cancelBitmexOrder
(String orderId, String clOrdId) boolean
BitmexTradeService.cancelOrder
(String orderId) boolean
BitmexTradeService.cancelOrder
(CancelOrderParams params) BitmexTradeService.changeOrder
(LimitOrder limitOrder) com.google.common.collect.BiMap<BitmexPrompt,
String> BitmexMarketDataServiceRaw.getActivePrompts
(List<BitmexTicker> tickers) BitmexMarketDataServiceRaw.getActiveTickers()
BitmexAccountServiceRaw.getBitmexAccountInfo()
BitmexMarketDataServiceRaw.getBitmexDepth
(String bitmexSymbol) BitmexAccountServiceRaw.getBitmexMarginAccountsStatus()
BitmexAccountServiceRaw.getBitmexMarginAccountStatus()
BitmexTradeServiceRaw.getBitmexOrders()
Seeinvalid @link
Bitmex#getOrders
BitmexTradeServiceRaw.getBitmexOrders
(String symbol, String filter, String columns, Date startTime, Date endTime) Seeinvalid @link
Bitmex#getOrders
BitmexTradeServiceRaw.getBitmexPositions()
BitmexTradeServiceRaw.getBitmexPositions
(String symbol) BitmexMarketDataServiceRaw.getBitmexTrades
(String bitmexSymbol, Integer limit, Long start) BitmexAccountServiceRaw.getBitmexWallet
(Currency... ccy) BitmexAccountServiceRaw.getBitmexWalletHistory
(Currency ccy) BitmexAccountServiceRaw.getBitmexWalletHistory
(Currency ccy, Integer count, Long start) BitmexAccountServiceRaw.getBitmexWalletSummary
(Currency ccy) BitmexMarketDataServiceRaw.getBucketedTrades
(String binSize, Boolean partial, CurrencyPair pair, long count, Boolean reverse) BitmexTradeServiceRaw.getExecutions
(String symbol, String filter, String columns, Integer count, Long start, Boolean reverse, Date startTime, Date endTime) BitmexTradeService.getOpenOrders()
BitmexTradeService.getOpenOrders
(OpenOrdersParams params) BitmexTradeServiceRaw.getTradeHistory
(String symbol, String filter, String columns, Integer count, Long start, Boolean reverse, Date startTime, Date endTime) BitmexTradeService.placeLimitOrder
(LimitOrder limitOrder) BitmexTradeService.placeMarketOrder
(MarketOrder marketOrder) BitmexTradeServiceRaw.placeOrder
(BitmexPlaceOrderParameters parameters) Seeinvalid @link
Bitmex#placeOrder
BitmexTradeServiceRaw.placeOrderBulk
(Collection<PlaceOrderCommand> commands) BitmexTradeService.placeStopOrder
(StopOrder stopOrder) BitmexTradeServiceRaw.replaceOrder
(BitmexReplaceOrderParameters parameters) Seeinvalid @link
Bitmex#replaceOrder
BitmexTradeServiceRaw.replaceOrderBulk
(Collection<ReplaceOrderCommand> commands) BitmexAccountServiceRaw.requestDepositAddress
(String currency) BitmexTradeServiceRaw.updateLeveragePosition
(String symbol, BigDecimal leverage) BitmexAccountServiceRaw.withdrawFunds
(String currency, BigDecimal amount, String address) -
Uses of ExchangeException in org.knowm.xchange.bitstamp
Methods in org.knowm.xchange.bitstamp that throw ExchangeExceptionModifier and TypeMethodDescriptionstatic Map.Entry<String,
BigDecimal> BitstampAdapters.findNonzeroAmount
(BitstampUserTransaction transaction) void
BitstampExchange.remoteInit()
-
Uses of ExchangeException in org.knowm.xchange.bitstamp.service
Methods in org.knowm.xchange.bitstamp.service that return ExchangeExceptionModifier and TypeMethodDescriptionprotected ExchangeException
BitstampBaseService.handleError
(BitstampException exception) Methods in org.knowm.xchange.bitstamp.service that throw ExchangeExceptionModifier and TypeMethodDescriptionBitstampTradeService.getOpenOrders
(OpenOrdersParams params) BitstampAccountService.withdrawFunds
(WithdrawFundsParams params) -
Uses of ExchangeException in org.knowm.xchange.bittrex
Methods in org.knowm.xchange.bittrex that return ExchangeExceptionModifier and TypeMethodDescriptionstatic ExchangeException
BittrexErrorAdapter.adapt
(BittrexException e) -
Uses of ExchangeException in org.knowm.xchange.bity
Methods in org.knowm.xchange.bity that return ExchangeExceptionModifier and TypeMethodDescriptionstatic ExchangeException
BityErrorAdapter.adapt
(BityException e) Methods in org.knowm.xchange.bity that throw ExchangeException -
Uses of ExchangeException in org.knowm.xchange.blockchain
Methods in org.knowm.xchange.blockchain that return ExchangeExceptionModifier and TypeMethodDescriptionstatic ExchangeException
BlockchainErrorAdapter.adapt
(BlockchainException e) Methods in org.knowm.xchange.blockchain that throw ExchangeException -
Uses of ExchangeException in org.knowm.xchange.btcturk
Methods in org.knowm.xchange.btcturk that throw ExchangeException -
Uses of ExchangeException in org.knowm.xchange.bybit
Methods in org.knowm.xchange.bybit that throw ExchangeException -
Uses of ExchangeException in org.knowm.xchange.cexio
Methods in org.knowm.xchange.cexio that throw ExchangeException -
Uses of ExchangeException in org.knowm.xchange.cexio.service
Methods in org.knowm.xchange.cexio.service that throw ExchangeExceptionModifier and TypeMethodDescriptionCexIOTradeServiceRaw.cancelReplaceCexIOOrder
(CurrencyPair currencyPair, Order.OrderType type, String orderId, BigDecimal amount, BigDecimal price) -
Uses of ExchangeException in org.knowm.xchange.coinbase.service
Methods in org.knowm.xchange.coinbase.service that throw ExchangeException -
Uses of ExchangeException in org.knowm.xchange.coinbase.v2.service
Methods in org.knowm.xchange.coinbase.v2.service that throw ExchangeExceptionModifier and TypeMethodDescriptionboolean
CoinbaseTradeService.cancelOrder
(CancelOrderParams orderParams) CoinbaseTradeService.getOpenOrders
(OpenOrdersParams params) CoinbaseAccountService.withdrawFunds
(WithdrawFundsParams params) -
Uses of ExchangeException in org.knowm.xchange.coinbasepro.service
Methods in org.knowm.xchange.coinbasepro.service that return ExchangeExceptionModifier and TypeMethodDescriptionprotected ExchangeException
CoinbaseProBaseService.handleError
(CoinbaseProException exception) -
Uses of ExchangeException in org.knowm.xchange.coindeal
Methods in org.knowm.xchange.coindeal that return ExchangeExceptionModifier and TypeMethodDescriptionstatic ExchangeException
CoindealErrorAdapter.adapt
(CoindealException e) Methods in org.knowm.xchange.coindeal that throw ExchangeException -
Uses of ExchangeException in org.knowm.xchange.coindirect.dto
Subclasses of ExchangeException in org.knowm.xchange.coindirect.dto -
Uses of ExchangeException in org.knowm.xchange.coinegg.service
Methods in org.knowm.xchange.coinegg.service that throw ExchangeException -
Uses of ExchangeException in org.knowm.xchange.coinfloor
Methods in org.knowm.xchange.coinfloor that throw ExchangeException -
Uses of ExchangeException in org.knowm.xchange.coingi
Methods in org.knowm.xchange.coingi that return ExchangeExceptionModifier and TypeMethodDescriptionstatic ExchangeException
CoingiErrorAdapter.adapt
(CoingiException e) -
Uses of ExchangeException in org.knowm.xchange.coinjar
Methods in org.knowm.xchange.coinjar that return ExchangeExceptionModifier and TypeMethodDescriptionstatic ExchangeException
CoinjarErrorAdapter.adaptCoinjarException
(CoinjarException e) -
Uses of ExchangeException in org.knowm.xchange.coinmarketcap.deprecated.v2
Methods in org.knowm.xchange.coinmarketcap.deprecated.v2 that throw ExchangeException -
Uses of ExchangeException in org.knowm.xchange.coinmarketcap.pro.v1
Methods in org.knowm.xchange.coinmarketcap.pro.v1 that throw ExchangeException -
Uses of ExchangeException in org.knowm.xchange.coinmate
Subclasses of ExchangeException in org.knowm.xchange.coinmateMethods in org.knowm.xchange.coinmate that throw ExchangeException -
Uses of ExchangeException in org.knowm.xchange.coinone
Methods in org.knowm.xchange.coinone that throw ExchangeException -
Uses of ExchangeException in org.knowm.xchange.coinone.service
Methods in org.knowm.xchange.coinone.service that throw ExchangeExceptionModifier and TypeMethodDescriptionboolean
CoinoneTradeService.cancelOrder
(CancelOrderParams orderParams) CoinoneAccountService.getAccountInfo()
CoinoneMarketDataService.getOrderBook
(CurrencyPair currencyPair, Object... args) CoinoneMarketDataService.getTrades
(CurrencyPair currencyPair, Object... args) -
Uses of ExchangeException in org.knowm.xchange.cryptowatch.dto
Subclasses of ExchangeException in org.knowm.xchange.cryptowatch.dto -
Uses of ExchangeException in org.knowm.xchange.deribit.v2
Methods in org.knowm.xchange.deribit.v2 that return ExchangeExceptionModifier and TypeMethodDescriptionstatic ExchangeException
DeribitAdapters.adapt
(DeribitException ex) Parse errors from HTTP exceptions -
Uses of ExchangeException in org.knowm.xchange.dvchain.service
Methods in org.knowm.xchange.dvchain.service that return ExchangeExceptionModifier and TypeMethodDescriptionprotected ExchangeException
DVChainBaseService.handleException
(DVChainException exception) -
Uses of ExchangeException in org.knowm.xchange.exceptions
Subclasses of ExchangeException in org.knowm.xchange.exceptionsModifier and TypeClassDescriptionclass
Exception indicating that a request was made with aCurrencyPair
that is not supported on this exchange.class
Indicates that the cause the error ware wrong credentials or insufficient privileges.class
An exception indicating that the server is not available, possibly due to downtimeclass
An exception indicating the request rate limit has been exceededclass
An exception indicating there are not enough funds for the action requestedclass
Exception indicating that a request was made with aInstrument
that is not supported on this exchange.class
An exception indicating there was an internal server errorclass
Exception indicating theInstrument
was recognized by the exchange but their market is suspended - either temporarly or permanently.class
class
Exception indicating that the operation took to long and the exchange decided to timeout itclass
Exception indicating that the amount in the order you tried to place of verify was under the minimum accepted by the exchangeclass
Exception indicating place of verify an order which was not validclass
An exception indicating there the rate limit for making requests has been exceededclass
An exception indicating that the server is overloaded and the service is temporally unavailable i.e. -
Uses of ExchangeException in org.knowm.xchange.exmo
Methods in org.knowm.xchange.exmo that throw ExchangeException -
Uses of ExchangeException in org.knowm.xchange.ftx
Methods in org.knowm.xchange.ftx that throw ExchangeException -
Uses of ExchangeException in org.knowm.xchange.gateio.service
Methods in org.knowm.xchange.gateio.service that throw ExchangeExceptionModifier and TypeMethodDescriptionGateioTradeService.getTradeHistory
(TradeHistoryParams params) Required parameter:TradeHistoryParamCurrencyPair
-
Uses of ExchangeException in org.knowm.xchange.gemini.v1
Methods in org.knowm.xchange.gemini.v1 that throw ExchangeException -
Uses of ExchangeException in org.knowm.xchange.gemini.v1.service
Methods in org.knowm.xchange.gemini.v1.service that return ExchangeExceptionModifier and TypeMethodDescriptionprotected ExchangeException
GeminiBaseService.handleException
(GeminiException e) -
Uses of ExchangeException in org.knowm.xchange.globitex
Methods in org.knowm.xchange.globitex that throw ExchangeException -
Uses of ExchangeException in org.knowm.xchange.huobi
Methods in org.knowm.xchange.huobi that throw ExchangeException -
Uses of ExchangeException in org.knowm.xchange.independentreserve.service
Methods in org.knowm.xchange.independentreserve.service that throw ExchangeExceptionModifier and TypeMethodDescriptionIndependentReserveAccountServiceRaw.getDigitalCurrencyDepositAddress
(String currency) -
Uses of ExchangeException in org.knowm.xchange.kraken.service
Methods in org.knowm.xchange.kraken.service that throw ExchangeException -
Uses of ExchangeException in org.knowm.xchange.krakenfutures
Methods in org.knowm.xchange.krakenfutures that throw ExchangeException -
Uses of ExchangeException in org.knowm.xchange.kucoin
Methods in org.knowm.xchange.kucoin that throw ExchangeException -
Uses of ExchangeException in org.knowm.xchange.latoken
Methods in org.knowm.xchange.latoken that return ExchangeExceptionModifier and TypeMethodDescriptionstatic ExchangeException
LatokenErrorAdapter.adapt
(LatokenException e) -
Uses of ExchangeException in org.knowm.xchange.lgo
Methods in org.knowm.xchange.lgo that return ExchangeExceptionModifier and TypeMethodDescriptionstatic ExchangeException
LgoErrorAdapter.adapt
(LgoException exception) -
Uses of ExchangeException in org.knowm.xchange.livecoin
Methods in org.knowm.xchange.livecoin that return ExchangeExceptionModifier and TypeMethodDescriptionstatic ExchangeException
LivecoinErrorAdapter.adapt
(LivecoinException e) -
Uses of ExchangeException in org.knowm.xchange.luno.service
Methods in org.knowm.xchange.luno.service that throw ExchangeExceptionModifier and TypeMethodDescriptionLunoAccountService.getFundingHistory
(TradeHistoryParams params) LunoTradeService.getOpenOrders
(OpenOrdersParams params) LunoTradeService.getTradeHistory
(TradeHistoryParams params) -
Uses of ExchangeException in org.knowm.xchange.lykke
Methods in org.knowm.xchange.lykke that throw ExchangeException -
Uses of ExchangeException in org.knowm.xchange.okcoin
Subclasses of ExchangeException in org.knowm.xchange.okcoin -
Uses of ExchangeException in org.knowm.xchange.okex.service
Methods in org.knowm.xchange.okex.service that return ExchangeExceptionModifier and TypeMethodDescriptionprotected ExchangeException
OkexBaseService.handleError
(OkexException exception) ... * -
Uses of ExchangeException in org.knowm.xchange.poloniex
Methods in org.knowm.xchange.poloniex that return ExchangeExceptionModifier and TypeMethodDescriptionstatic ExchangeException
PoloniexErrorAdapter.adapt
(PoloniexException e) -
Uses of ExchangeException in org.knowm.xchange.poloniex.service
Methods in org.knowm.xchange.poloniex.service that throw ExchangeExceptionModifier and TypeMethodDescriptionPoloniexTradeService.getOpenOrders
(OpenOrdersParams params) PoloniexMarketDataService.getOrderBook
(CurrencyPair currencyPair, Object... args) PoloniexMarketDataService.getTrades
(CurrencyPair currencyPair, Object... args) -
Uses of ExchangeException in org.knowm.xchange.quoine
Methods in org.knowm.xchange.quoine that throw ExchangeException -
Uses of ExchangeException in org.knowm.xchange.simulated
Methods in org.knowm.xchange.simulated that throw ExchangeException -
Uses of ExchangeException in org.knowm.xchange.therock.service
Methods in org.knowm.xchange.therock.service that throw ExchangeExceptionModifier and TypeMethodDescriptionTheRockTradeService.placeLimitOrder
(LimitOrder order) TheRockTradeService.placeMarketOrder
(MarketOrder order) TheRockTradeServiceRaw.placeTheRockOrder
(CurrencyPair currencyPair, BigDecimal amount, BigDecimal price, TheRockOrder.Side side, TheRockOrder.Type type) TheRockTradeServiceRaw.placeTheRockOrder
(CurrencyPair currencyPair, TheRockOrder order) -
Uses of ExchangeException in org.knowm.xchange.truefx
Methods in org.knowm.xchange.truefx that throw ExchangeException -
Uses of ExchangeException in org.knowm.xchange.upbit
Methods in org.knowm.xchange.upbit that throw ExchangeException -
Uses of ExchangeException in org.knowm.xchange.zaif
Methods in org.knowm.xchange.zaif that throw ExchangeException