>>There are 8 points given for server error handling...what are >>they talking about?
That's exactly what I am talking about. the server in the above statement is referring to your entire server not just RMI. That includes your data classes and any supporting classes that you create.
But also as far as RMI exceptions there are quite a few. MalFormedURLException, NotBoundException, RemoteException, etc. You can find them all in the
Java API help files
So does that make more sense to ya?
Mark