Module java.rmi

Class ExportException

java.lang.Object
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SocketSecurityException

public class ExportException extends RemoteException
An ExportException is a RemoteException thrown if an attempt to export a remote object fails. A remote object is exported via the constructors and exportObject methods of java.rmi.server.UnicastRemoteObject.
Since:
1.1
See Also: