modules/jdk.packager/src/main/java/com/oracle/tools/packager/mac/MacPkgBundler.java

Print this page

        

@@ -173,11 +173,11 @@
                     //cleanup
                     cleanupConfigFiles(params);
                 } else {
                     Log.info(MessageFormat.format(I18N.getString("message.config-save-location"), CONFIG_ROOT.fetchFrom(params).getAbsolutePath()));
                 }
-            } catch (FileNotFoundException ex) {
+            } catch (IOException ex) {
                 Log.debug(ex);
                 //noinspection ReturnInsideFinallyBlock
                 return null;
             }
         }