commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[commit-cp] [bugs #10315] Invalid cast in gnu.java.rmi.server.UnicastSer


From: anonymous
Subject: [commit-cp] [bugs #10315] Invalid cast in gnu.java.rmi.server.UnicastServerRef.incomingMessageCall
Date: Tue, 07 Sep 2004 16:02:33 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040809 Firefox/0.9.3

This mail is an automated notification from the bugs tracker
 of the project: classpath.




/**************************************************************************/
[bugs #10315] Full Item Snapshot:

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=10315>
Project: classpath
Submitted by: 0
On: Tue 09/07/2004 at 15:56

Category:  None
Severity:  5 - Average
Resolution:  None
Privacy:  Public
Assigned to:  None
Status:  Open
Platform Version:  None


Summary:  Invalid cast in 
gnu.java.rmi.server.UnicastServerRef.incomingMessageCall

Original Submission:  gnu.java.rmi.server.UnicastServerRef.incomingMessageCall:
try{
                    ret = meth.invoke(myself, args);
                }catch(InvocationTargetException e){
                    throw (Exception)(e.getTargetException());
                }

This code does not handle the case when 
e.getTargetException() is not an Exception
(e.g. an Error). The result of 
InvocationTargetException.getTargetException() 
can be any Throwable.












For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=10315>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/







reply via email to

[Prev in Thread] Current Thread [Next in Thread]