Class NetworkExceptionHelper

java.lang.Object
org.elasticsearch.common.transport.NetworkExceptionHelper

public class NetworkExceptionHelper
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    NetworkExceptionHelper()  
  • Method Summary

    Modifier and Type Method Description
    static boolean isCloseConnectionException​(java.lang.Throwable e)  
    static boolean isConnectException​(java.lang.Throwable e)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • NetworkExceptionHelper

      public NetworkExceptionHelper()
  • Method Details

    • isConnectException

      public static boolean isConnectException​(java.lang.Throwable e)
    • isCloseConnectionException

      public static boolean isCloseConnectionException​(java.lang.Throwable e)