Package com.mongodb

Class MongoSecurityException

All Implemented Interfaces:
Serializable

@Deprecated(since="2021-05-27") public class MongoSecurityException extends MongoClientException
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
This exception is thrown when there is an error reported by the underlying client authentication mechanism.
Since:
3.0
See Also:
  • Constructor Details

    • MongoSecurityException

      public MongoSecurityException(MongoCredential credential, String message, Throwable cause)
      Deprecated.
      Construct an instance
      Parameters:
      credential - the credential
      message - the message
      cause - the cause
    • MongoSecurityException

      public MongoSecurityException(MongoCredential credential, String message)
      Deprecated.
      Construct an instance
      Parameters:
      credential - the credential
      message - the message
  • Method Details

    • getCredential

      public MongoCredential getCredential()
      Deprecated.
      The credential being authenticated.
      Returns:
      the credential