public class ExportException extends RemoteException
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.
UnicastRemoteObject,
Activatable,
Serialized Form
detail| Constructor and Description |
|---|
ExportException(String
Constructs an
ExportException with the specified detail message.
|
ExportException(String
Constructs an
ExportException with the specified detail message and nested exception.
|
getCause, getMessageaddSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ExportException(Strings)
ExportException with the specified detail message.
s - the detail message