How to replace following lines, catch (DAOException e) { objLogger.error(this.getClass () + "addUpdateIssues() " + e); throw new BOException(5122); } catch (BOException e) { objLogger.error(this.getClass () + "addUpdateIssues() " + e); throw e; } catch (Exception e) { objLogger.error(this.getClass () + "addUpdateIssues() " + e); throw new BOException(5122); } Needs to be changed in to, catch (DAOException e) { AppException.handleException (null, null, e, null, null, null, "BOException", this.getClass() + "addUpdateIssues() ", null, null, null, null, null, null, null, null, 5122); } catch (BOException e) { AppException.handleException (null, null, null, e, null, null, "BOException", this.getClass() + "addUpdateIssues() ", null, null, null, null, null, null, null, null, 0); } catch (Exception e) { AppException.handleException (null, null, null, null, null, e, "BOException", this.getClass() + "addUpdateIssues() ", null, null, null, null, null, null, null, null, 5122); }
WHAT IS DIFFERENCE BETWEEN MANUAL CONTROL AND MAGNETIC CONTROL AND STATE ITS ADVANTAGE /DISADVANTAGE
In which phases of Unified process is project deployement dealt with?
How does elaborating software requirements lead to inconsisteencies!
how flow current in 220 kv line to line
can anyone show me how the 3 phase power is supplied to socket outlets?
If policemen calls a person for some enquiry in sense like wrong complains by a people to us what should we want to do?
helo sir, i want to know the writen exam pattern for finance and accounts ang general apptitude test of ongc.
How will you serialize a singleton class without violating singleton pattern?
1. Explain your project.
2. What functional area you worked on.
4. How many dimensions did you use in your reports?
5. Which type of report you build more, list, crosstab or chart and why?
7. What is performance tuning?
9. What was the most complex type of report you dealt with?