public class CorruptStateException extends ElasticsearchCorruptionException
| Constructor | Description |
|---|---|
CorruptStateException(java.lang.String message) |
Creates a new
CorruptStateException |
CorruptStateException(java.lang.Throwable ex) |
Creates a new
CorruptStateException with the given exceptions stacktrace. |
public CorruptStateException(java.lang.String message)
CorruptStateExceptionmessage - the exception message.public CorruptStateException(java.lang.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 cause