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 SummaryModifier and TypeMethodDescriptionintReturns the timeout that was in effect for the operation.Methods inherited from class oracle.nosql.driver.NoSQLExceptionokToRetryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Method Details- 
getMessage- Overrides:
- getMessagein class- Throwable
 
- 
getTimeoutMspublic 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.
 
 
-