public class AuthenticatorException extends CouchbaseException
Authenticator is made, but cannot be fulfilled. The exception allows to
retrieve the CredentialContext and specific for which the request was made.| Constructor and Description |
|---|
AuthenticatorException(String message,
CredentialContext context,
String specific,
int found) |
| Modifier and Type | Method and Description |
|---|---|
CredentialContext |
context() |
int |
foundCredentials() |
String |
specific() |
details, details, getMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AuthenticatorException(String message, CredentialContext context, String specific, int found)
public CredentialContext context()
public String specific()
public int foundCredentials()
Copyright © 2015 Couchbase, Inc.