public class InvalidArgumentException extends CouchbaseException
| Constructor and Description |
|---|
InvalidArgumentException(String message,
Throwable cause,
ErrorContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
static InvalidArgumentException |
fromMessage(String message) |
static InvalidArgumentException |
fromMessage(String message,
Throwable cause) |
context, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic InvalidArgumentException(String message, Throwable cause, ErrorContext ctx)
public static InvalidArgumentException fromMessage(String message)
public static InvalidArgumentException fromMessage(String message, Throwable cause)
Copyright © 2021 Couchbase, Inc.. All rights reserved.