- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- ConnectionException, NotBoundException, RegistryNotLoadedException, TimeoutException
public class RemoteException
extends java.lang.Exception
implements java.io.Serializable
A RemoteException is the common superclass for a wide number of communication-related
exceptions that may occur during the execution of a remote method call.
Each method of a remote interface must list RemoteException in its throws clause.
- See Also:
- Serialized Form