142143144145146147148149150151152
notifyDisconnect(); else if (cause instanceof AsynchronousCloseException) return ; else { JMException exception = new JMException("Exception in connection " + remote_inet_socket_address+"\n"+Misc.getStackTrace(cause)); exception.printStackTrace(); } } } } };