Class CorruptStateException

org.elasticsearch.ElasticsearchCorruptionException
org.elasticsearch.gateway.CorruptStateException
All Implemented Interfaces:

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

    Constructors
    Constructor
    Description
     message)
    Creates a new CorruptStateException
     ex)
    Creates a new CorruptStateException with the given exceptions stacktrace.
  • Method Summary

    Methods inherited from class java.lang.

    , , , , , , , , , , , ,

    Methods inherited from class java.lang.

    , , , , , , , , ,
  • Constructor Details

    • CorruptStateException

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

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