%@ page language="java" contentType="text/html; charset=ISO-8859-1"
pageEncoding="ISO-8859-1"%>
Error
<%Exception resultado= null;
if (request.getAttribute("resultado")!=null){
resultado= (Exception) request.getAttribute("resultado");
}
%>
<%=resultado.toString() %>