Package com.mongodb

Class MongoConfigurationException

  • All Implemented Interfaces:

    public class MongoConfigurationException
    extends MongoClientException
    An exception indicating a configuration error in the client.
    Since:
    3.4
    See Also:
    Serialized Form
    • Constructor Detail

      • MongoConfigurationException

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

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