MongoDB\Driver\Exception\ExecutionTimeoutException 类

(mongodb >= 1.0.0)

简介

当查询或命令在指定时间限制内无法完成时抛出(例如 » maxTimeMS)。

类概要

final class MongoDB\Driver\Exception\ExecutionTimeoutException extends MongoDB\Driver\Exception\ServerException implements MongoDB\Driver\Exception\Exception {
/* 继承的属性 */
protected ?array $errorLabels;
protected string $message = "";
private string $string = "";
protected int $code;
protected string $file = "";
protected int $line;
private array $trace = [];
private ?Throwable $previous = null;
/* 继承的方法 */
final public Exception::getCode(): int
final public Exception::getFile(): string
final public Exception::getLine(): int
final public Exception::getTrace(): array
}

变更日志

版本 描述
PECL mongodb 1.5.0

此类现在扩展了 MongoDB\Driver\Exception\ServerException 而不是 MongoDB\Driver\Exception\RuntimeException.

添加注释

用户贡献的注释

此页面没有用户贡献的注释。
To Top