public class ElasticsearchException extends RuntimeException
ElasticsearchException is the superclass of those
exceptions that can be thrown during the normal interaction
with Elasticsearch.| Constructor and Description |
|---|
ElasticsearchException() |
ElasticsearchException(List<String> errorDetails,
Throwable cause) |
ElasticsearchException(String message) |
ElasticsearchException(String message,
List<String> errorDetails) |
ElasticsearchException(String message,
List<String> errorDetails,
Throwable cause) |
ElasticsearchException(String message,
Throwable cause) |
ElasticsearchException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getErrorDetails() |
String |
getMessage() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic ElasticsearchException()
public ElasticsearchException(String message)
public ElasticsearchException(Throwable cause)
public ElasticsearchException(String message, List<String> errorDetails, Throwable cause)
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.