Class FailedToCommitClusterStateException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.elasticsearch.ElasticsearchException
org.elasticsearch.cluster.coordination.FailedToCommitClusterStateException
All Implemented Interfaces:
java.io.Serializable, Writeable, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentFragment

public class FailedToCommitClusterStateException
extends ElasticsearchException
Thrown when failing to publish a cluster state. See ClusterStatePublisher for more details.
See Also:
Serialized Form
  • Constructor Details

    • FailedToCommitClusterStateException

      public FailedToCommitClusterStateException​(StreamInput in) throws java.io.IOException
      Throws:
      java.io.IOException
    • FailedToCommitClusterStateException

      public FailedToCommitClusterStateException​(java.lang.String msg, java.lang.Object... args)
    • FailedToCommitClusterStateException

      public FailedToCommitClusterStateException​(java.lang.String msg, java.lang.Throwable cause, java.lang.Object... args)