Class RequestTimeoutException

All Implemented Interfaces:
Serializable

public class RequestTimeoutException extends NoSQLException
Thrown when a request cannot be processed because the configured timeout interval is exceeded. If a retry handler is configured it is possible that the request has been retried a number of times before the timeout occurs.
See Also:
  • Method Details

    • getMessage

      public String getMessage()
      Overrides:
      getMessage in class Throwable
    • getTimeoutMs

      public int getTimeoutMs()
      Returns the timeout that was in effect for the operation.
      Returns:
      the timeout that was in use for the operation that timed out, in milliseconds, if the timeout is not known it will be 0.