Package com.mongodb

Class MongoInterruptedException

  • All Implemented Interfaces:
    java.io.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:
    Thread.interrupt(), InterruptedException, Serialized Form
    • Constructor Detail

      • MongoInterruptedException

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