Class TransportNotReadyException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.elasticsearch.transport.TransportNotReadyException
All Implemented Interfaces:
Serializable

public class TransportNotReadyException extends RuntimeException
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 RuntimeException.
See Also:
  • Constructor Details

    • TransportNotReadyException

      public TransportNotReadyException()
  • Method Details