Class FailedNodeException

org.elasticsearch.ElasticsearchException
org.elasticsearch.action.FailedNodeException
All Implemented Interfaces:
, Writeable, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentFragment
Direct Known Subclasses:
NoSuchNodeException

public class FailedNodeException extends ElasticsearchException
See Also:
Serialized Form
  • Constructor Details

    • FailedNodeException

      public FailedNodeException( nodeId,  msg,  cause)
    • FailedNodeException

      public FailedNodeException(StreamInput in) throws
      Throws:
  • Method Details