Package com.mongodb

Class MongoInterruptedException

  • All Implemented Interfaces:
    java.io.Serializable

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

      • MongoInterruptedException

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