Package com.mongodb

Class MongoInterruptedException

All Implemented Interfaces:
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:
  • Constructor Details

    • MongoInterruptedException

      public MongoInterruptedException(@Nullable String message, Exception e)
      Construct a new instance.
      Parameters:
      message - the message
      e - the cause