Class AuthenticationFailureException

All Implemented Interfaces:
Serializable

public class AuthenticationFailureException extends CouchbaseException
Every exception that has to do with authentication problems should either instantiate or subclass from this type.

Note that some, for intentional security reasons, it is not always possible to disambiguate some failure conditions. So this exception can have multiple causes:

- Incorrect credentials have been supplied. - The bucket being accessed does not exist. - The bucket being accessed has been hibernated.

Since:
2.0.0
See Also: