public class ElasticsearchCorruptionException
extends java.io.IOException
| Constructor and Description |
|---|
ElasticsearchCorruptionException(java.lang.String message)
Creates a new
ElasticsearchCorruptionException |
ElasticsearchCorruptionException(java.lang.Throwable ex)
Creates a new
ElasticsearchCorruptionException with the given exceptions stacktrace. |
public ElasticsearchCorruptionException(java.lang.String message)
ElasticsearchCorruptionExceptionmessage - the exception message.public ElasticsearchCorruptionException(java.lang.Throwable ex)
ElasticsearchCorruptionException with the given exceptions stacktrace.
This constructor copies the stacktrace as well as the message from the given
Throwable into this exception.ex - the exception cause