Skip to main content



      Home
Home » Language IDEs » ServerTools (WTP) » WebService, java.lang.reflect.InvocationTargetException
WebService, java.lang.reflect.InvocationTargetException [message #172897] Tue, 04 July 2006 07: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 02:16 Go to previous message
Eclipse UserFriend
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: Wed Jul 23 01:33:17 EDT 2025

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

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

Back to the top