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.
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.
(->export-exception s)
(->export-exception s ex)
Constructor.
Constructs an ExportException with the specified detail message and nested exception.
s - the detail message - java.lang.String
ex - the nested exception - java.lang.Exception
Constructor. Constructs an ExportException with the specified detail message and nested exception. s - the detail message - `java.lang.String` ex - the nested exception - `java.lang.Exception`
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |