Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » WebService, java.lang.reflect.InvocationTargetException
WebService, java.lang.reflect.InvocationTargetException [message #172897] Tue, 04 July 2006 11:27 Go to next message
Eclipse UserFriend
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 06:16 Go to previous message
Wang Xianzhu is currently offline Wang XianzhuFriend
Messages: 4
Registered: July 2009
Junior Member
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
>
Previous Topic:installation de wst
Next Topic:Adding syntax highlight
Goto Forum:
  


Current Time: Fri Apr 19 16:26:27 GMT 2024

Powered by FUDForum. Page generated in 0.03532 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top