<% } catch (JspException je ) { System.err.println("Exception caught in DBClose.jsp : "+je.toString() ); je.printStackTrace(System.err) ; DbBean.setErrorFlag(true); if ( (je instanceof JspTagException) ) { throw new Exception(je.toString() ) ; } return; } catch (Exception e ) { System.err.println("Exception caught in DBClose.jsp : "+e.toString() ); e.printStackTrace(System.err) ; DbBean.setErrorFlag(true); throw new Exception(e.toString() ) ; }finally{ DbBean.close(); } %>