523524525526527528529530531532533
dis = new DataInputStream(storage.openInputStream()); } catch (IOException openwe) { return CSRs; } try { storage.disconnect(); } catch (IOException e) {} // ignored return CSRs; } try {
538539540541542543544545546547548
CSRs.addElement(id); } } catch (IOException e) {} // ignored finally { try { storage.disconnect(); } catch (IOException e) {} // ignored } return CSRs; }
575576577578579580581582583584585
dos.close(); storage.truncate(4 + len * 20); } catch (IOException openwe) {} // ignored finally { try { storage.disconnect(); } catch (IOException e) {} // ignored } } /**
8889909192939495969798
return f; } catch (Exception e) { System.out.println("Error reading ACList " + e); } finally { try { storage.disconnect(); } catch (Exception e) { // nothing we can do. } } return null;
228229230231232233234235236237238
} throw ije; } finally { try { jarOutputStream.disconnect(); } catch (Exception e) { if (Logging.REPORT_LEVEL <= Logging.WARNING) { Logging.report(Logging.WARNING, LogChannels.LC_AMS, "disconnect threw a Exception"); }
9899100101102103104105106107108
stream.readBytes(resourceBuffer, 0, resourceBuffer.length); } catch (java.io.IOException e) { resourceBuffer = null; } finally { try { stream.disconnect(); } catch (java.io.IOException ignored) { } } return resourceBuffer;