protected void handleException(SQLException e) throws SQLException {
   if (_conn != null) {
     _conn.handleException(e);
   } else {
     throw e;
   }
 }