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:
java.io.Serializable
public class TransportNotReadyException
extends java.lang.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:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description TransportNotReadyException() -
Method Summary
Modifier and Type Method Description java.lang.ThrowablefillInStackTrace()Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
TransportNotReadyException
public TransportNotReadyException()
-
-
Method Details
-
fillInStackTrace
public java.lang.Throwable fillInStackTrace()- Overrides:
fillInStackTracein classjava.lang.Throwable
-