jdk/src/share/classes/com/sun/jmx/remote/internal/ClientCommunicatorAdmin.java
changeset 14920 05b980d6cdd7
parent 14913 7274b8c518e8
child 23010 6dadb192ad81
equal deleted inserted replaced
14919:cd751b98ef69 14920:05b980d6cdd7
   194                     e = (Exception)EnvHelp.getCause(e);
   194                     e = (Exception)EnvHelp.getCause(e);
   195 
   195 
   196                     if (e instanceof IOException &&
   196                     if (e instanceof IOException &&
   197                         !(e instanceof InterruptedIOException)) {
   197                         !(e instanceof InterruptedIOException)) {
   198                         try {
   198                         try {
   199                             restart((IOException)e);
   199                             gotIOException((IOException)e);
   200                         } catch (Exception ee) {
   200                         } catch (Exception ee) {
   201                             logger.warning("Checker-run",
   201                             logger.warning("Checker-run",
   202                                            "Failed to check connection: "+ e);
   202                                            "Failed to check connection: "+ e);
   203                             logger.warning("Checker-run", "stopping");
   203                             logger.warning("Checker-run", "stopping");
   204                             logger.debug("Checker-run",e);
   204                             logger.debug("Checker-run",e);