| Author |
Is NoSuchEntityException the system exceptions?
|
sarah Marsh
Ranch Hand
Joined: Mar 06, 2001
Posts: 282
|
posted

0
|
|
I read the on java.sun.com
|
 |
Nauman Khan
Ranch Hand
Joined: Aug 07, 2003
Posts: 49
|
|
Yes it is the system exception because javax.ejb.NoSuchEntityException is a subclass of javax.ejb.EJBException. Regards,
|
Nauman Khan <br />SCJP,MCSE,SCWCD,SCBCD,SCWCD1.4
|
 |
shyam jakki
Ranch Hand
Joined: Dec 09, 2003
Posts: 37
|
|
hi NoSuchEntityException is SystemException because it extends javax.ejb.EJBException which in turn extends java.lang.RuntimeException. Regards shyam
|
 |
Lasse Koskela
author
Sheriff
Joined: Jan 23, 2002
Posts: 11962
|
|
|
Yep.
|
Author of Test Driven (2007) and Effective Unit Testing (2013) [Blog] [HowToAskQuestionsOnJavaRanch]
|
 |
 |
|
|
subject: Is NoSuchEntityException the system exceptions?
|
|
|