Class RemoteException

All Implemented Interfaces:
Serializable, Writeable, ToXContent, ToXContentFragment

public class RemoteException extends ElasticsearchException
Represents an error that occurred on a remote node. It allows capturing some context such as the cluster alias that encountered the error.
See Also: