aspose file tools
The moose likes Web Services and the fly likes exception inheritance in web service Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "exception inheritance in web service" Watch "exception inheritance in web service" New topic
Author

exception inheritance in web service

Yan Zhou
Ranch Hand

Joined: Sep 02, 2003
Posts: 136
When it comes service-specific exception, Sun's Web Service Blue Print early access says:
Exception inheritance is lost when service end point throws a service specific exception. For instance, if I have ServiceException derived from RootException, which dervies from Exception, and the code throws ServiceException, the documentation seems to indicate that the data and methods derived from RootException will be lost when the exception reaches the client.
I am not sure I understand this, could anyone explain why this is so?
Thanks.
Yan
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: exception inheritance in web service
 
Similar Threads
Declaring a remote interface and RMIC
How to handle RemoteException?
how to write java web service client
STUB, Dynamic Proxy, DII
Can't generate java classes from WSDL file