Package com.mongodb

Class MongoConfigurationException

    • Constructor Detail

      • MongoConfigurationException

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

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