Index: /trunk/src/org/openstreetmap/josm/data/cache/JCSCacheManager.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/data/cache/JCSCacheManager.java	(revision 16391)
+++ /trunk/src/org/openstreetmap/josm/data/cache/JCSCacheManager.java	(revision 16392)
@@ -102,5 +102,5 @@
                 }
             });
-        } catch (SecurityException e) {
+        } catch (Exception e) {
             Logging.log(Logging.LEVEL_ERROR, "Unable to configure JCS logs", e);
         }
@@ -132,5 +132,5 @@
                 }
             }
-        } catch (SecurityException e) {
+        } catch (Exception e) {
             Logging.log(Logging.LEVEL_WARN, "Unable to configure disk cache. Will not use it", e);
         }
@@ -153,5 +153,5 @@
         try {
             JCS.setConfigProperties(props);
-        } catch (SecurityException e) {
+        } catch (Exception e) {
             Logging.log(Logging.LEVEL_WARN, "Unable to initialize JCS", e);
         }
