Uses of Class
com.couchbase.client.core.error.AuthenticationFailureException
-
Packages that use AuthenticationFailureException Package Description com.couchbase.client.core.error -
-
Uses of AuthenticationFailureException in com.couchbase.client.core.error
Methods in com.couchbase.client.core.error that return AuthenticationFailureException Modifier and Type Method Description static AuthenticationFailureExceptionAuthenticationFailureException. onAuthError(CancellationErrorContext errorContext, Throwable cause)static AuthenticationFailureExceptionAuthenticationFailureException. onAuthError(Request<? extends Response> request, Throwable cause)Must only be called on an AUTHENTICATION_ERROR RetryReason.
-