What are application exceptions?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What are application exceptions?
Rating:
Application exceptions are thrown in an application to indicate a problem in the business logic of the application. All exceptions in EJB that are not subclasses of RuntimeException or RemoteException are application exceptions. All application exceptions are checked.
Rating:
Was this information helpful?
Other articles
- What are the methods present in a message-driven bean class?
- What are the responsibilities of an application assembler?
- Describe the life cycle of a stateful session bean.
- Skills required for Sun test 310-090
- What is the home interface?