Package com.mongodb

Class MongoSecurityException

  • All Implemented Interfaces:
    Serializable

    public class MongoSecurityException
    extends MongoClientException
    This exception is thrown when there is an error reported by the underlying client authentication mechanism.
    Since:
    3.0
    See Also:
    Serialized Form
    • Constructor Detail

      • MongoSecurityException

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

        public MongoSecurityException​(MongoCredential credential,
                                      String message)
        Construct an instance
        Parameters:
        credential - the credential
        message - the message
    • Method Detail

      • getCredential

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