I have done a search and could not find any definitive answers regarding this - I am creating a soap client and would like to display to the user a more meaningful message than the java runtime error message when the client cannot connect to the server.
Just a simple "cannot connect to server" instead of the runtime error. How can I trap the runtime error so I can substitute my own message?
Thanks
Just a simple "cannot connect to server" instead of the runtime error. How can I trap the runtime error so I can substitute my own message?
Thanks