Checked Exception - User Exception with Axis

2006-07-04 Thread Constantino Alarc?n Mery
} I can not catch a exception. I dont know how do. Who can help me? I have not finding nothing about this axis exception handler (URL, Article, ...) View this message in context: Checked Exception - User Exception with Axis Sent from the Axis - User forum at Nabble.com.

Re: Checked Exception - User Exception with Axis

2006-07-04 Thread Anne Thomas Manes
- User Exception with Axis Sent from the Axis - User forum at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Checked Exception - User Exception with Axis

2006-07-04 Thread John Duff
(proxy.getMessage()); } catch (AxisFault af) { ... ?? } } I can not catch a exception. I dont know how do. Who can help me? I have not finding nothing about this axis exception handler (URL, Article, ...) View this message in context: Checked Exception - User

Re: Checked Exception - User Exception with Axis

2006-07-04 Thread Constantino Alarc?n Mery
. public class AxisFault extends java.rmi.RemoteException An exception which maps cleanly to a SOAP fault. This is a base class for exceptions which are mapped to faults. SOAP faults contain -- View this message in context: http://www.nabble.com/Checked-Exception---User-Exception-with-Axis