Class OperationTimeoutException

All Implemented Interfaces:
Serializable

public class OperationTimeoutException extends OrderNotValidException
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 Details

    • OperationTimeoutException

      public OperationTimeoutException()
    • OperationTimeoutException

      public OperationTimeoutException(String message)
    • OperationTimeoutException

      public OperationTimeoutException(String message, Throwable cause)