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:
Serializable, Writeable, ToXContent, ToXContentFragment

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

    • FailedToCommitClusterStateException

      public FailedToCommitClusterStateException(StreamInput in) throws IOException
      Throws:
      IOException
    • FailedToCommitClusterStateException

      public FailedToCommitClusterStateException(String msg, Object... args)
    • FailedToCommitClusterStateException

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