Package oracle.nosql.driver.kv
Class AuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
oracle.nosql.driver.NoSQLException
oracle.nosql.driver.kv.AuthenticationException
- All Implemented Interfaces:
Serializable
On-premises only.
This exception is thrown when use StoreAccessTokenProvider in following cases:
- Authentication information was not provided in the request header
- The authentication session has expired. By default
StoreAccessTokenProvider
will automatically retry authentication operation based on its authentication information
- See Also:
-
Method Summary
Methods inherited from class oracle.nosql.driver.NoSQLException
okToRetry
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString