Liking cljdoc? Tell your friends :D
Clojure only.

jdk.rmi.server.ExportException

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.
raw docstring

->export-exceptionclj

(->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`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close