Package org.elasticsearch.transport
Class TransportNotReadyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.elasticsearch.transport.TransportNotReadyException
- All Implemented Interfaces:
Serializable
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 Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TransportNotReadyException
public TransportNotReadyException()
-
-
Method Details
-
fillInStackTrace
- Overrides:
fillInStackTrace
in classThrowable
-