--- miscJava/thn_mqutils/src/com/traiana/utils/mq/MQDepth.java 2015/10/02 09:34:36 2736 +++ miscJava/thn_mqutils/src/com/traiana/utils/mq/MQDepth.java 2015/10/02 09:49:33 2737 @@ -34,9 +34,10 @@ depth = sender.getDepth(); - } catch (MQException e) { - e.printStackTrace(); - System.exit(255); + } catch (Exception e) { + //e.printStackTrace(); + System.out.println( e.getClass().getName() + ": " + e.getMessage() ); + System.exit(3); } finally { if (sender != null) try { @@ -64,4 +65,4 @@ /* Location: C:\Users\thn\workspace\mq-utils.jar * Qualified Name: com.traiana.utils.mq.MQDepth * JD-Core Version: 0.6.2 - */ \ No newline at end of file + */