Package org.knowm.xchange.exceptions
Class MarketSuspendedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.knowm.xchange.exceptions.ExchangeException
org.knowm.xchange.exceptions.MarketSuspendedException
- All Implemented Interfaces:
Serializable
Exception indicating the
Instrument
was recognized by the exchange but their market is
suspended - either temporarly or permanently.
This exception does not suggest that the entire exhange is down (we have the ExchangeUnavailableException
for that
- Author:
- walec51
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMarketSuspendedException
(String message) MarketSuspendedException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MarketSuspendedException
public MarketSuspendedException() -
MarketSuspendedException
-
MarketSuspendedException
-
MarketSuspendedException
-