Hi,
I may be trying to relate things to Core
java here, but still I have a doubt.
If I have configured 2 error pages using the <exception-type> element, the first one is a Exception, and the second one is an ArithmeticException error page.
Does their order matters like it does in handling exceptions in java classes?
I mean do i need to have more specific error pages(say for ArithmeticException) in the DD than the general ones like for Exception object.
Thanks,<br />Raghu.<br /> <br />SCJP 5, SCWCD 1.4, NCFM