java.rmi.server
Class ExportException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.io.IOException
|
+--java.rmi.RemoteException
|
+--java.rmi.server.ExportException
Thrown if an attempt to export a remote object fails.
Since:Author:See Also:
ExportException
public ExportException(java.lang.String s)
Create an exception with the specified message.
Parameters:
ExportException
public ExportException(java.lang.String s, java.lang.Exception e)
Create an exception with the specified message and cause.
Parameters: