Package com.mongodb

Class MongoConfigurationException

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • Constructor Detail

      • MongoConfigurationException

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

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