In the ContractAmendmentReportPdfServlet class, the doGet method invokes the con
ID: 638536 • Letter: I
Question
In the ContractAmendmentReportPdfServlet class, the doGet method invokes the contract AmendmentReportPdfActionHandler method. If there is an exception in the latter method, what action occurs? try t contract Amendment ReportPdfActionHandler (response, request) catch (Exception e) public void contractAmendmentReportPdfAction Handler(HttpServlet Response response HttpServletRequest request) throws BasesystemException, MalformedURLException IOException f String real this.get ServletContext getRealPath('' images ByteArray output Stream output new ByteArrayoutput Stream Document Controller documentcontroller (Document Controller) request.getSession(false) getAttribute ("document Controller"); Report Service reportService document Controller. get Reportservice(); Long formId document Controller. getDocument Bean getDocument Identifier Collection formIds new Array List Long (1) form Ids. add(formId)Explanation / Answer
you doesnt defined any thingto do action in catch block