Documentation

UnsupportedException extends RuntimeException
in package

Table of Contents

allowDiskUseNotSupported()  : self
Thrown when a command's allowDiskUse option is not supported by a server.
arrayFiltersNotSupported()  : self
Thrown when array filters are not supported by a server.
collationNotSupported()  : self
Thrown when collations are not supported by a server.
commitQuorumNotSupported()  : self
Thrown when the commitQuorum option for createIndexes is not supported by a server.
explainNotSupported()  : self
Thrown when explain is not supported by a server.
hintNotSupported()  : self
Thrown when a command's hint option is not supported by a server.
readConcernNotSupported()  : self
Thrown when a command's readConcern option is not supported by a server.
readConcernNotSupportedInTransaction()  : self
Thrown when a readConcern is used with a read operation in a transaction.
writeConcernNotSupported()  : self
Thrown when a command's writeConcern option is not supported by a server.
writeConcernNotSupportedInTransaction()  : self
Thrown when a writeConcern is used with a write operation in a transaction.

Methods

allowDiskUseNotSupported()

Thrown when a command's allowDiskUse option is not supported by a server.

public static allowDiskUseNotSupported() : self
Return values
self

arrayFiltersNotSupported()

Thrown when array filters are not supported by a server.

public static arrayFiltersNotSupported() : self
Tags
deprecated
1.12
todo

Remove this in 2.0 (see: PHPLIB-797)

Return values
self

collationNotSupported()

Thrown when collations are not supported by a server.

public static collationNotSupported() : self
Tags
deprecated
1.12
todo

Remove this in 2.0 (see: PHPLIB-797)

Return values
self

commitQuorumNotSupported()

Thrown when the commitQuorum option for createIndexes is not supported by a server.

public static commitQuorumNotSupported() : self
Return values
self

explainNotSupported()

Thrown when explain is not supported by a server.

public static explainNotSupported() : self
Return values
self

hintNotSupported()

Thrown when a command's hint option is not supported by a server.

public static hintNotSupported() : self
Return values
self

readConcernNotSupported()

Thrown when a command's readConcern option is not supported by a server.

public static readConcernNotSupported() : self
Return values
self

readConcernNotSupportedInTransaction()

Thrown when a readConcern is used with a read operation in a transaction.

public static readConcernNotSupportedInTransaction() : self
Return values
self

writeConcernNotSupported()

Thrown when a command's writeConcern option is not supported by a server.

public static writeConcernNotSupported() : self
Return values
self

writeConcernNotSupportedInTransaction()

Thrown when a writeConcern is used with a write operation in a transaction.

public static writeConcernNotSupportedInTransaction() : self
Return values
self

Search results