java.rmi.server

Class ExportException

public class ExportException extends RemoteException

Thrown if an attempt to export a remote object fails.

Since: 1.1

See Also: UnicastRemoteObject Activatable

UNKNOWN: updated to 1.4

Constructor Summary
ExportException(String s)
Create an exception with the specified message.
ExportException(String s, Exception e)
Create an exception with the specified message and cause.

Constructor Detail

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 message e the cause