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
public class OperationTimeoutException extends OrderNotValidException
Exception indicating that the operation took to long and the exchange decided to timeout itThis 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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OperationTimeoutException()
OperationTimeoutException(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
-
-