[freenet-cvs] r12043 - trunk/freenet/src/freenet/node

toad at freenetproject.org toad at freenetproject.org
Thu Mar 8 20:05:08 UTC 2007


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);




More information about the cvs mailing list