Class CorruptStateException

All Implemented Interfaces:
Serializable

public class CorruptStateException extends ElasticsearchCorruptionException
This exception is thrown when Elasticsearch detects an inconsistency in one of it's persistent states.
See Also:
  • Constructor Details

    • CorruptStateException

      public CorruptStateException(String message)
      Creates a new CorruptStateException
      Parameters:
      message - the exception message.
    • CorruptStateException

      public CorruptStateException(Throwable ex)
      Creates a new CorruptStateException with the given exceptions stacktrace. This constructor copies the stacktrace as well as the message from the given Throwable into this exception.
      Parameters:
      ex - the exception cause