Removed exception map that turned out not to be valid.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@136 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2001-06-01 07:15:05 +00:00
parent 57aa7bf3c3
commit 930fa64bab
@@ -1,5 +1,5 @@
//
// $Id: MySQLRepository.java,v 1.6 2001/05/30 17:02:52 mdb Exp $
// $Id: MySQLRepository.java,v 1.7 2001/06/01 07:15:05 mdb Exp $
package com.samskivert.jdbc;
@@ -70,7 +70,6 @@ public abstract class MySQLRepository extends Repository
String msg = sqe.getMessage();
return (msg != null &&
(msg.indexOf("Lost connection") != -1 ||
msg.indexOf("Communication link failure") != -1 ||
msg.indexOf("Broken pipe") != -1));
}
}