WebService, java.lang.reflect.InvocationTargetException [message #172897] |
Tue, 04 July 2006 07:27  |
Eclipse User |
|
|
|
Originally posted by: luc_jn.yahoo.com
I am trying to call a method in my webservice, I am getting the following
exception, I have put the file I am calling in the webservice with the
webservice in the same package, but that is not helping.
------
exception: java.lang.reflect.InvocationTargetException
Thanks
|
|
|
Re: WebService, java.lang.reflect.InvocationTargetException [message #172958 is a reply to message #172897] |
Wed, 05 July 2006 02:16  |
Eclipse User |
|
|
|
In fact, InvocationTargetException means that the invocation itself is
successful, but the invocation target (the invoked method) throws an
exception. You should check the cause (e.getCause() or
e.getTargetException()) exception to find out the problem.
You can read the javadoc of InvocationTargetException for details.
Wang Xianzhu
"zou" <luc_jn@yahoo.com>
??????:467887377e63f225b1f8896def14e96d$1@www.eclipse.org...
>I am trying to call a method in my webservice, I am getting the following
>exception, I have put the file I am calling in the webservice with the
>webservice in the same package, but that is not helping.
> ------
> exception: java.lang.reflect.InvocationTargetException
> Thanks
>
|
|
|
Powered by
FUDForum. Page generated in 0.04333 seconds