|
Hello,
I have created a custom exception in my server that
extends AxisFault. In my client, I catched the custom exception.
Server throws CustomException ()
Client:
try {
}
catch (CustomException e) {
}
catch (AxisFault e) {
}
Why is it that in my client code, the custom
exception is not being catched, but rather, it is catched in the
axisfault.
By the way, I also did bean mapping.
Thanks.
|
- RE: NEWBIE: Custom exception problem Benedick Mark Chan
- RE: NEWBIE: Custom exception problem Subhendu Kumar mohanty
- Re: NEWBIE: Custom exception problem Benedick Mark Chan
