Class RemoteTransportException

All Implemented Interfaces:
, 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( msg,  cause)
    • RemoteTransportException

      public RemoteTransportException( name, TransportAddress address,  action,  cause)
    • RemoteTransportException

      public RemoteTransportException(StreamInput in) throws
      Throws:
  • Method Details

    • fillInStackTrace

      public  fillInStackTrace()
      Overrides:
       in class