public class CorruptStateException extends ElasticsearchCorruptionException
| Constructor and Description |
|---|
CorruptStateException(org.apache.lucene.index.CorruptIndexException ex)
Creates a new
CorruptStateException with the given exceptions stacktrace. |
CorruptStateException(String message)
Creates a new
CorruptStateException |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CorruptStateException(String message)
CorruptStateExceptionmessage - the exception message.public CorruptStateException(org.apache.lucene.index.CorruptIndexException ex)
CorruptStateException 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.