Package com.mongodb

Class MongoSocketReadException

    • Constructor Detail

      • MongoSocketReadException

        public MongoSocketReadException​(String message,
                                        ServerAddress address)
        Construct a new instance.
        Parameters:
        message - the message
        address - the address
      • MongoSocketReadException

        public MongoSocketReadException​(String message,
                                        ServerAddress address,
                                        Throwable cause)
        Construct a new instance.
        Parameters:
        message - the message
        address - the address
        cause - the cause