
examples.cluster-j2ee14.etc.resources.web.jsp.exceptionRsp.jsp Maven / Gradle / Ivy
The newest version!
<%@ page session="false" %>
Exception
exception Servlet output
<%
out.println("MyException caught :" + request.getAttribute("expectedException") + "
");
out.println("Exception=" + request.getAttribute("exception") + "
");
%>
>return to home.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy