Author: toad
Date: 2007-03-08 20:04:59 +0000 (Thu, 08 Mar 2007)
New Revision: 12043

Modified:
   trunk/freenet/src/freenet/node/Node.java
Log:
DatabaseException

Modified: trunk/freenet/src/freenet/node/Node.java
===================================================================
--- trunk/freenet/src/freenet/node/Node.java    2007-03-08 20:03:32 UTC (rev 
12042)
+++ trunk/freenet/src/freenet/node/Node.java    2007-03-08 20:04:59 UTC (rev 
12043)
@@ -1378,7 +1378,7 @@
                        System.err.println(msg);
                        e1.printStackTrace();
                        throw new NodeInitException(EXIT_STORE_IOEXCEPTION, 
msg);
-               } catch (Exception e1) {
+               } catch (DatabaseException e1) {
                        String msg = "Could not open datastore: "+e1;
                        Logger.error(this, msg, e1);
                        System.err.println(msg);


Reply via email to