Class NoSuchRemoteClusterException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.elasticsearch.ElasticsearchException
org.elasticsearch.ResourceNotFoundException
org.elasticsearch.transport.NoSuchRemoteClusterException
All Implemented Interfaces:
java.io.Serializable, Writeable, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentFragment

public final class NoSuchRemoteClusterException
extends ResourceNotFoundException
An exception that remote cluster is missing or connectivity to the remote connection is failing
See Also:
Serialized Form
  • Constructor Details

    • NoSuchRemoteClusterException

      public NoSuchRemoteClusterException​(java.lang.String clusterName)
    • NoSuchRemoteClusterException

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