Sunday, 31 January 2010

System vs Application exceptions

System Exception: Problem with the services that support the application. It is usually Extension of EJBException. EJB Container might destroy the bean which threw the System exception. If thrown then the Transaction will be rolled back

Application Exception: Error in the business logic. Transaction will not be rolled back

No comments:

Post a Comment