<?xml version="1.0" encoding="UTF-8"?>
<mapping>
	<exceptions>
		<exception class="com.edeal.frontline.FrontlineException" page="/errors/frontlineException.jsp"/>
		<exception class="com.edeal.frontline.AccessDeniedException" page="/errors/accessDenied.jsp"/>
		<exception class="java.sql.SQLException" page="/errors/sqlException.jsp" />
		<exception class="java.lang.Exception" page="/errors/default.jsp"/>
		<exception class="com.edeal.frontline.services.FlServiceException" page="/errors/flServiceException.jsp"/>
		<exception class="com.edeal.frontline.FrontlineFkException" page="/prompt_user_choice.fl"/>
		<exception class="com.edeal.frontline.JspAccessDeniedException" page="/errors/jspAccessDeniedException.jsp"/>
	</exceptions>
</mapping>
