Package com.couchbase.client.java.error
Class MixedAuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.couchbase.client.core.CouchbaseException
com.couchbase.client.java.error.AuthenticationException
com.couchbase.client.java.error.MixedAuthenticationException
- All Implemented Interfaces:
Serializable
public class MixedAuthenticationException extends AuthenticationException
This exception is commonly raised when the
PasswordAuthenticator
containing RBAC user credentials and bucket credentials are used together- Since:
- 2.4.4
- Author:
- Subhashni Balakrishnan
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description MixedAuthenticationException()
MixedAuthenticationException(String message)
MixedAuthenticationException(String message, Throwable cause)
MixedAuthenticationException(Throwable cause)
-
Method Summary
Methods inherited from class com.couchbase.client.core.CouchbaseException
details, details, getMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MixedAuthenticationException
public MixedAuthenticationException() -
MixedAuthenticationException
-
MixedAuthenticationException
-
MixedAuthenticationException
-