Package com.mongodb

Class MongoExecutionTimeoutException

All Implemented Interfaces:
Serializable

@Deprecated(since="2021-05-27") public class MongoExecutionTimeoutException extends MongoException
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
Exception indicating that the execution of the current operation timed out as a result of the maximum operation time being exceeded.
Since:
2.12
See Also:
  • Constructor Details

    • MongoExecutionTimeoutException

      public MongoExecutionTimeoutException(int code, String message)
      Deprecated.
      Construct a new instance.
      Parameters:
      code - the error code
      message - the error message