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, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public InvalidArgumentException(String message, Throwable cause, ErrorContext ctx)
public static InvalidArgumentException fromMessage(String message)
public static InvalidArgumentException fromMessage(String message, Throwable cause)
Copyright © 2020 Couchbase, Inc.. All rights reserved.