Class NoSuchRemoteClusterException

All Implemented Interfaces:
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(String clusterName)
    • NoSuchRemoteClusterException

      public NoSuchRemoteClusterException(StreamInput in) throws IOException
      Throws:
      IOException