Review exception hierarchy

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Done
    • Priority: Major - P3
    • 2.13.0, 3.0.0
    • Affects Version/s: None
    • Component/s: Error Handling
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Review the exception hierarchy, with a goal of making the .NET and Java drivers have similar exception hierarchies.

      The .NET hierarchy is:

      Exception
      	MongoException
      		MongoClientException
      			MongoConfigurationException
      			MongoIncompatibleDriverException
      			MongoWaitQueueFullException
      		MongoConnectionException
      			MongoMessageNotSentException
      			MongoAuthenticationException
      		MongoInternalException
      		MongoServerException
      			MongoBulkWriteException
      				MongoBulkWriteException<T>
      			MongoBulkWriteOperationException
      			MongoCommandException
      				MongoWriteConcernException
      					MongoDuplicateKeyException
      			MongoExecutionTimeoutException
      			MongoGridFSException
      			MongoNodeIsRecoveringException
      			MongoNotMasterException
      			MongoQueryException
      				MongoCursorNotFoundException
      			MongoWriteException
      

            Assignee:
            Jeffrey Yemin
            Reporter:
            Robert Stam
            None
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: