Class TransportNotReadyException

org.elasticsearch.transport.TransportNotReadyException
All Implemented Interfaces:

public class TransportNotReadyException extends
Exception indicating that the TransportService received a request before it was ready to handle it, so the request should be rejected and the connection closed. Never goes over the wire, so it's just a .
See Also:
Serialized Form
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class java.lang.

    , , , , , , , , , , ,

    Methods inherited from class java.lang.

    , , , , , , , , ,
  • Constructor Details

    • TransportNotReadyException

      public TransportNotReadyException()
  • Method Details

    • fillInStackTrace

      public  fillInStackTrace()
      Overrides:
       in class