Class NetworkExceptionHelper


  • public class NetworkExceptionHelper
    extends java.lang.Object
    • 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 Detail

      • NetworkExceptionHelper

        public NetworkExceptionHelper()
    • Method Detail

      • isConnectException

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

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