You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by "George, Alan" <ag...@virginmobileusa.com> on 2003/02/07 02:32:52 UTC

custom exception

I have an exception which extends Exception and adds an integer field which
I populate before throwing it from one of my SOAP interface methods.  The
client catches the exception but the integer field is not populated.  The
SOAP fault does not contain the details of my custom exception.  Is there a
way to pass the state of an exception (i.e. getMessage(), etc.) to the
client?
 
Thanks,
-alan