String s = Bundle.getString("TempExcp_ExceptIncludeDefault",
new Object[]{"IOException",
_default});
logger.error(s,e);
JspException jspException = new JspException(s, e);
jspException.initCause(e);
throw jspException;
}
catch (ServletException se) {
String s = Bundle.getString("TempExcp_ExceptIncludeDefault",
new Object[]{"ServletException",