Next:
RMI 6.3: Client Interfaces:
Up:
Java Notes
Previous:
RMI 6.1: Client Interfaces:
RMI 6.2: Client Interfaces: RemoteException Class
java.rmi.RemoteException
: communication related exception for RMI; all remote interface methods must throw it or one of its superclasses (
java.io.IOException
or
java.lang.Exception
)
Examples:
Ananda Amatya
9/15/1999