Liking cljdoc? Tell your friends :D

jdk.rmi.StubNotFoundException

A StubNotFoundException is thrown if a valid stub class could not be found for a remote object when it is exported. A StubNotFoundException may also be thrown when an activatable object is registered via the java.rmi.activation.Activatable.register method.

A StubNotFoundException is thrown if a valid stub class
could not be found for a remote object when it is exported.
A StubNotFoundException may also be
thrown when an activatable object is registered via the
java.rmi.activation.Activatable.register method.
raw docstring

->stub-not-found-exceptionclj

(->stub-not-found-exception s)
(->stub-not-found-exception s ex)

Constructor.

Constructs a StubNotFoundException with the specified detail message and nested exception.

s - the detail message - java.lang.String ex - the nested exception - java.lang.Exception

Constructor.

Constructs a StubNotFoundException 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