Package com.mongodb

Class MongoInterruptedException

  • All Implemented Interfaces:

    public class MongoInterruptedException
    extends MongoException
    A non-checked exception indicating that the driver has been interrupted by a call to Thread.interrupt.
    See Also:
    , , Serialized Form
    • Constructor Detail

      • MongoInterruptedException

        public MongoInterruptedException​( message,
                                          e)
        Construct a new instance.
        Parameters:
        message - the message
        e - the cause