Class AuthenticationException

All Implemented Interfaces:
Serializable

public class AuthenticationException extends NoSQLException
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: