Package com.mongodb

Class MongoInternalException

  • All Implemented Interfaces:

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

      • MongoInternalException

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

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