Package oracle.nosql.driver
Class RequestTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
oracle.nosql.driver.NoSQLException
oracle.nosql.driver.RequestTimeoutException
- All Implemented Interfaces:
Serializable
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 Summary
Modifier and TypeMethodDescriptionint
Returns the timeout that was in effect for the operation.Methods inherited from class oracle.nosql.driver.NoSQLException
okToRetry
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
getMessage
- Overrides:
getMessage
in classThrowable
-
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.
-