Class ResponseHandlerFailureTransportException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.elasticsearch.ElasticsearchException
org.elasticsearch.transport.TransportException
org.elasticsearch.transport.ResponseHandlerFailureTransportException
All Implemented Interfaces:
java.io.Serializable, Writeable, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentFragment

public class ResponseHandlerFailureTransportException
extends TransportException
A failure to handle the response of a transaction action.
See Also:
Serialized Form
  • Constructor Details

    • ResponseHandlerFailureTransportException

      public ResponseHandlerFailureTransportException​(java.lang.Throwable cause)
    • ResponseHandlerFailureTransportException

      public ResponseHandlerFailureTransportException​(StreamInput in) throws java.io.IOException
      Throws:
      java.io.IOException
  • Method Details

    • fillInStackTrace

      public java.lang.Throwable fillInStackTrace()
      Overrides:
      fillInStackTrace in class java.lang.Throwable