public class ElasticsearchCorruptionException extends IOException
| Constructor and Description |
|---|
ElasticsearchCorruptionException(String message)
Creates a new
ElasticsearchCorruptionException |
ElasticsearchCorruptionException(Throwable ex)
Creates a new
ElasticsearchCorruptionException with the given exceptions stacktrace. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ElasticsearchCorruptionException(String message)
ElasticsearchCorruptionExceptionmessage - the exception message.public ElasticsearchCorruptionException(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 causeCopyright © 2009–2017. All rights reserved.