Package org.knowm.xchange.exceptions
Class OperationTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.knowm.xchange.exceptions.ExchangeException
org.knowm.xchange.exceptions.OrderNotValidException
org.knowm.xchange.exceptions.OperationTimeoutException
- All Implemented Interfaces:
Serializable
Exception indicating that the operation took to long and the exchange decided to timeout it
This exception should only be thrown in situations in which you know that the operation was
disregarded due to the timeout. This is in contrast to timeouts like SocketTimeoutException
where despite the exception the request might have been
compleated on the server.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOperationTimeoutException
(String message) OperationTimeoutException
(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
-
OperationTimeoutException
public OperationTimeoutException() -
OperationTimeoutException
-
OperationTimeoutException
-