| Author |
System Exceptions
|
Tony romer
Ranch Hand
Joined: Jul 21, 2008
Posts: 32
|
|
|
If a bean method receives System Exception is that bean always discarded by container?
|
 |
Deepika Joshi
Ranch Hand
Joined: Feb 24, 2009
Posts: 268
|
|
Yes.
If a bean throws System Exception, Container assumes that bean instance is not consistance & container discard that bean instance.
|
 |
 |
|
|
subject: System Exceptions
|
|
|