Package org.knowm.xchange.exceptions
Class SystemOverloadException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.knowm.xchange.exceptions.ExchangeException
org.knowm.xchange.exceptions.ExchangeUnavailableException
org.knowm.xchange.exceptions.SystemOverloadException
- All Implemented Interfaces:
Serializable
An exception indicating that the server is overloaded and the service is temporally unavailable
i.e. when server return an http error 502
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSystemOverloadException
(String message) SystemOverloadException
(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
-
SystemOverloadException
-
SystemOverloadException
-
SystemOverloadException
-
SystemOverloadException
public SystemOverloadException()
-