Package org.knowm.xchange.exceptions
Class ExchangeUnavailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.knowm.xchange.exceptions.ExchangeException
org.knowm.xchange.exceptions.ExchangeUnavailableException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SystemOverloadException
An exception indicating that the server is not available, possibly due to downtime
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionExchangeUnavailableException
(String message) ExchangeUnavailableException
(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
-
ExchangeUnavailableException
-
ExchangeUnavailableException
-
ExchangeUnavailableException
-
ExchangeUnavailableException
public ExchangeUnavailableException()
-