Liking cljdoc? Tell your friends :D

jdk.rmi.server.ServerNotActiveException

An ServerNotActiveException is an Exception thrown during a call to RemoteServer.getClientHost if the getClientHost method is called outside of servicing a remote method call.

An ServerNotActiveException is an Exception
thrown during a call to RemoteServer.getClientHost if
the getClientHost method is called outside of servicing a remote
method call.
raw docstring

->server-not-active-exceptionclj

(->server-not-active-exception)
(->server-not-active-exception s)

Constructor.

Constructs an ServerNotActiveException with the specified detail message.

s - the detail message. - java.lang.String

Constructor.

Constructs an ServerNotActiveException with the specified
 detail message.

s - the detail message. - `java.lang.String`
raw docstring

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

× close