Class ExchangeException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CoindirectException, CoinmateException, CryptowatchException, CurrencyPairNotValidException, ExchangeSecurityException, ExchangeUnavailableException, FrequencyLimitExceededException, FundsExceededException, InstrumentNotValidException, InternalServerException, MarketSuspendedException, NonceException, OkCoinException, OrderNotValidException, RateLimitExceededException

public class ExchangeException extends RuntimeException
Exception to provide the following to:
  • Indication of generic Exchange exception
See Also:
  • Constructor Details

    • ExchangeException

      public ExchangeException(String message)
      Constructs an ExchangeException with the specified detail message.
      Parameters:
      message - the detail message.
    • ExchangeException

      public ExchangeException(Throwable cause)
      Constructs an ExchangeException with the specified cause.
      Parameters:
      cause - the underlying cause.
    • ExchangeException

      public ExchangeException(String message, Throwable cause)
      Constructs an ExchangeException with the specified detail message and cause.
      Parameters:
      message - the detail message.
      cause - the underlying cause.