Re: RemoteException inheritance
Vinod Johnson - Sun Microsystems <[email protected]>
| Newsgroups | gmane.comp.java.sun.rmi |
|---|---|
| Message-ID | <[email protected]> |
Gregg Wonderly wrote: > Paulo Melo wrote: > >> Hi!! >> >> I made my specific's RemoteException for my application, but the >> VM don't accept, saying that my implementations methods are illegal. > > > All methods on your remote interface must throw RemoteException, or > one of its > superclasses. Throwing a subclass doesn't meet the checks that the > RMI, JRMP > mechanisms carry out. You may also want to see section 2.4.1 of the RMI spec. http://java.sun.com/j2se/1.4.2/docs/guide/rmi/spec/rmi-objmodel5.html -- - vinod =========================================================================== To unsubscribe, send email to [email protected] and include in the body of the message "signoff RMI-USERS". For general help, send email to [email protected] and include in the body of the message "help". For a list of frequently asked RMI questions please refer to: http://java.sun.com/j2se/1.3/docs/guide/rmi/faq.html To view past RMI-USERS postings, please see: http://archives.java.sun.com/archives/rmi-users.html