| java.lang.Object | |||||
| ↳ | java.lang.Throwable | ||||
| ↳ | java.lang.Exception | ||||
| ↳ | java.io.IOException | ||||
| ↳ | java.rmi.RemoteException | ||||
| ↳ | java.rmi.server.ExportException | ||||
|  Known Direct Subclasses | 
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 and
 java.rmi.activation.Activatable.
| [Expand] Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class
java.rmi.RemoteException | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Constructs an  ExportExceptionwith the specified
 detail message. | |||||||||||
| Constructs an  ExportExceptionwith the specified
 detail message and nested exception. | |||||||||||
| [Expand] Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class
  java.rmi.RemoteException | |||||||||||
|  From class
  java.lang.Throwable | |||||||||||
|  From class
  java.lang.Object | |||||||||||
Constructs an ExportException with the specified
 detail message.
| s | the detail message | 
|---|
Constructs an ExportException with the specified
 detail message and nested exception.
| s | the detail message | 
|---|---|
| ex | the nested exception |