public class MongoSecurityException extends MongoClientException
TRANSIENT_TRANSACTION_ERROR_LABEL, UNKNOWN_TRANSACTION_COMMIT_RESULT_LABEL
Constructor and Description |
---|
MongoSecurityException(MongoCredential credential,
java.lang.String message)
Construct an instance
|
MongoSecurityException(MongoCredential credential,
java.lang.String message,
java.lang.Throwable cause)
Construct an instance
|
Modifier and Type | Method and Description |
---|---|
MongoCredential |
getCredential()
The credential being authenticated.
|
addLabel, fromThrowable, fromThrowableNonNull, getCode, getErrorLabels, hasErrorLabel, removeLabel
public MongoSecurityException(MongoCredential credential, java.lang.String message, java.lang.Throwable cause)
credential
- the credentialmessage
- the messagecause
- the causepublic MongoSecurityException(MongoCredential credential, java.lang.String message)
credential
- the credentialmessage
- the messagepublic MongoCredential getCredential()
Copyright © 2010 - 2020 Adobe. All Rights Reserved