| Author |
ApplicationException or SystemException
|
Treimin Clark
Ranch Hand
Joined: Nov 12, 2008
Posts: 757
|
|
If class A is a sub class of Exception, but not a subclass of either RuntimeException or RemoteException. And class A doesn't annotated with @ApplicationException. In this case, please tell me whether class A is an application or system exception?
|
 |
Raf Szczypiorski
Ranch Hand
Joined: Aug 21, 2008
Posts: 383
|
|
|
It is an application exception, bu default, which has the rollback attribute set to false.
|
 |
Treimin Clark
Ranch Hand
Joined: Nov 12, 2008
Posts: 757
|
|
Got it. Thanks Raf
|
 |
 |
|
|
subject: ApplicationException or SystemException
|
|
|