What are system 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 system exceptions?
Rating:
System exceptions in EJB are either the subclasses of RuntimeException or RemoteException. Except for the RemoteException, all system exceptions are unchecked. A method cannot recover from these exceptions. Hence, if a method receives these exceptions, it should pass them to the container exactly as they were received.
Rating:
Was this information helpful?
Other articles
- What are the responsibilities of an application assembler in implementing security?
- What is the afterCompletion(boolean isCommitted) method?
- What is JNDI?
- What is the <security-role-ref> element of the deployment descriptor?
- What is the getCallerPrincipal() method?