Package com.mongodb

Class MongoInterruptedException

All Implemented Interfaces:
Serializable

@Deprecated(since="2021-05-27") public class MongoInterruptedException extends MongoException
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
A non-checked exception indicating that the driver has been interrupted by a call to Thread.interrupt.
See Also:
  • Constructor Details

    • MongoInterruptedException

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