Liking cljdoc? Tell your friends :D

jdk.rmi.activation.UnknownObjectException

An UnknownObjectException is thrown by methods of classes and interfaces in the java.rmi.activation package when the ActivationID parameter to the method is determined to be invalid. An ActivationID is invalid if it is not currently known by the ActivationSystem. An ActivationID is obtained by the ActivationSystem.registerObject method. An ActivationID is also obtained during the Activatable.register call.

An UnknownObjectException is thrown by methods of classes and
interfaces in the java.rmi.activation package when the
ActivationID parameter to the method is determined to be
invalid.  An ActivationID is invalid if it is not currently
known by the ActivationSystem.  An ActivationID
is obtained by the ActivationSystem.registerObject method.
An ActivationID is also obtained during the
Activatable.register call.
raw docstring

->unknown-object-exceptionclj

(->unknown-object-exception s)

Constructor.

Constructs an UnknownObjectException with the specified detail message.

s - the detail message - java.lang.String

Constructor.

Constructs an UnknownObjectException 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