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