Package com.mongodb

Class MongoInternalException

All Implemented Interfaces:
Serializable

public class MongoInternalException extends MongoException
A Mongo exception internal to the driver, not carrying any error code.
See Also:
  • Constructor Details

    • MongoInternalException

      public MongoInternalException(String msg)
      Parameters:
      msg - the description of the problem
    • MongoInternalException

      public MongoInternalException(String msg, Throwable t)
      Parameters:
      msg - the description of the problem
      t - the Throwable root cause