public class ElasticsearchException extends RuntimeException
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
elastic |
static Set<String> |
ELASTIC_ERROR_NAMES
These are names of common Elasticsearch exceptions where it is safe to assume
that it's OK to retry the operation instead of just sending it to an error relationship.
|
protected boolean |
notFound |
| Constructor and Description |
|---|
ElasticsearchException(Exception ex) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isElastic() |
boolean |
isNotFound() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final Set<String> ELASTIC_ERROR_NAMES
protected boolean elastic
protected boolean notFound
public ElasticsearchException(Exception ex)
Copyright © 2023 Apache NiFi Project. All rights reserved.