Package com.mongodb

Class MongoExecutionTimeoutException

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • Constructor Detail

      • MongoExecutionTimeoutException

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