예제 #1
0
 public synchronized void exceptionOccurred(Throwable e) {
   try {
     completeResponse();
     testSystemGroup.kill();
   } catch (Exception e1) {
     e1.printStackTrace();
   }
 }