Class ActionNotFoundTransportException

org.elasticsearch.ElasticsearchException
org.elasticsearch.transport.TransportException
org.elasticsearch.transport.ActionNotFoundTransportException
All Implemented Interfaces:
, Writeable, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentFragment

public class ActionNotFoundTransportException extends TransportException
An exception indicating that a transport action was not found.
See Also:
Serialized Form
  • Constructor Details

    • ActionNotFoundTransportException

      public ActionNotFoundTransportException(StreamInput in) throws
      Throws:
    • ActionNotFoundTransportException

      public ActionNotFoundTransportException( action)
  • Method Details