Class RemoteTransportException

java.lang.Object
java.lang.Throwable
java.lang.Exception
All Implemented Interfaces:
java.io.Serializable, Writeable, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentFragment, ElasticsearchWrapperException

public class RemoteTransportException
extends ActionTransportException
implements ElasticsearchWrapperException
A remote exception for an action. A wrapper exception around the actual remote cause and does not fill the stack trace.
See Also:
Serialized Form
  • Constructor Details

    • RemoteTransportException

      public RemoteTransportException​(java.lang.String msg, java.lang.Throwable cause)
    • RemoteTransportException

      public RemoteTransportException​(java.lang.String name, TransportAddress address, java.lang.String action, java.lang.Throwable cause)
    • RemoteTransportException

      public RemoteTransportException​(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