Package com.mongodb

Class MongoConfigurationException

All Implemented Interfaces:
Serializable

@Deprecated(since="2021-05-27") public class MongoConfigurationException extends MongoClientException
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
An exception indicating a configuration error in the client.
Since:
3.4
See Also:
  • Constructor Details

    • MongoConfigurationException

      public MongoConfigurationException(String message)
      Deprecated.
      Construct an instance with the given message.
      Parameters:
      message - the message
    • MongoConfigurationException

      public MongoConfigurationException(String message, Throwable cause)
      Deprecated.
      Construct an instance with the given message and cause.
      Parameters:
      message - the message
      cause - the cause
      Since:
      3.6