changeset 50768 | 68fa3d4026ea |
parent 49765 | ee6f7a61f3a5 |
child 50985 | cd41f34e548c |
child 56810 | f05220c47e02 |
50767:356eaea05bf0 | 50768:68fa3d4026ea |
---|---|
181 } |
181 } |
182 } |
182 } |
183 } catch (IOException |InterruptedException e1) { |
183 } catch (IOException |InterruptedException e1) { |
184 cleanup(); |
184 cleanup(); |
185 } catch (Throwable t) { |
185 } catch (Throwable t) { |
186 System.out.println("X: " + t); |
186 System.out.println("Exception: " + t); |
187 t.printStackTrace(); |
|
187 cleanup(); |
188 cleanup(); |
188 } |
189 } |
189 } |
190 } |
190 |
191 |
191 @Override |
192 @Override |