java.rmi.server
Class ExportException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
java.rmi.server.ExportException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- SocketSecurityException
public class ExportException
- extends RemoteException
Thrown if an attempt to export a remote object fails.
- Since:
- 1.1
- See Also:
UnicastRemoteObject
,
Activatable
,
Serialized Form
ExportException
public ExportException(String s)
- Create an exception with the specified message.
- Parameters:
s
- the message
ExportException
public ExportException(String s,
Exception e)
- Create an exception with the specified message and cause.
- Parameters:
s
- the messagee
- the cause