Uses of Class
com.couchbase.client.core.error.InvalidArgumentException
-
Packages that use InvalidArgumentException Package Description com.couchbase.client.core.env com.couchbase.client.core.error com.couchbase.client.core.msg.kv -
-
Uses of InvalidArgumentException in com.couchbase.client.core.env
Subclasses of InvalidArgumentException in com.couchbase.client.core.env Modifier and Type Class Description classInvalidPropertyExceptionThrown when an environment config property cannot be applied. -
Uses of InvalidArgumentException in com.couchbase.client.core.error
Methods in com.couchbase.client.core.error that return InvalidArgumentException Modifier and Type Method Description static InvalidArgumentExceptionInvalidArgumentException. fromMessage(String message)static InvalidArgumentExceptionInvalidArgumentException. fromMessage(String message, Throwable cause) -
Uses of InvalidArgumentException in com.couchbase.client.core.msg.kv
Methods in com.couchbase.client.core.msg.kv that return InvalidArgumentException Modifier and Type Method Description static InvalidArgumentExceptionSubdocMutateRequest. errIfNoCommands(ErrorContext errorContext)static InvalidArgumentExceptionSubdocMutateRequest. errIfTooManyCommands(ErrorContext errorContext)
-