Class ConfigUpdateAlreadyInProgressException

  • All Implemented Interfaces:
    Serializable, org.elasticsearch.common.io.stream.Writeable, org.elasticsearch.xcontent.ToXContent, org.elasticsearch.xcontent.ToXContentFragment

    public class ConfigUpdateAlreadyInProgressException
    extends org.elasticsearch.ElasticsearchException
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.elasticsearch.xcontent.ToXContent

        org.elasticsearch.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.xcontent.ToXContent.MapParams, org.elasticsearch.xcontent.ToXContent.Params
      • Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable

        org.elasticsearch.common.io.stream.Writeable.Reader<V extends Object>, org.elasticsearch.common.io.stream.Writeable.Writer<V extends Object>
    • Field Summary

      • Fields inherited from class org.elasticsearch.ElasticsearchException

        REST_EXCEPTION_SKIP_STACK_TRACE, REST_EXCEPTION_SKIP_STACK_TRACE_DEFAULT, STACK_TRACE
      • Fields inherited from interface org.elasticsearch.xcontent.ToXContent

        EMPTY_PARAMS
    • Constructor Detail

      • ConfigUpdateAlreadyInProgressException

        public ConfigUpdateAlreadyInProgressException​(org.elasticsearch.common.io.stream.StreamInput in)
                                               throws IOException
        Throws:
        IOException
      • ConfigUpdateAlreadyInProgressException

        public ConfigUpdateAlreadyInProgressException​(String msg,
                                                      Object... args)
      • ConfigUpdateAlreadyInProgressException

        public ConfigUpdateAlreadyInProgressException​(String msg,
                                                      Throwable cause,
                                                      Object... args)
      • ConfigUpdateAlreadyInProgressException

        public ConfigUpdateAlreadyInProgressException​(Throwable cause)