org.elasticsearch.common.transport
Class NetworkExceptionHelper

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

public class NetworkExceptionHelper
extends Object


Constructor Summary
NetworkExceptionHelper()
           
 
Method Summary
static boolean isCloseConnectionException(Throwable e)
           
static boolean isConnectException(Throwable e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetworkExceptionHelper

public NetworkExceptionHelper()
Method Detail

isConnectException

public static boolean isConnectException(Throwable e)

isCloseConnectionException

public static boolean isCloseConnectionException(Throwable e)


Copyright © 2009-2012. All Rights Reserved.