public class ElasticsearchCorruptionException extends IOException
| Constructor and Description |
|---|
ElasticsearchCorruptionException(org.apache.lucene.index.CorruptIndexException ex)
Creates a new
ElasticsearchCorruptionException with the given exceptions stacktrace. |
ElasticsearchCorruptionException(String message)
Creates a new
ElasticsearchCorruptionException |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ElasticsearchCorruptionException(String message)
ElasticsearchCorruptionExceptionmessage - the exception message.public ElasticsearchCorruptionException(org.apache.lucene.index.CorruptIndexException ex)
ElasticsearchCorruptionException with the given exceptions stacktrace.
This constructor copies the stacktrace as well as the message from the given
CorruptIndexException into this exception.ex - the exception causeCopyright © 2009–2016. All rights reserved.