Liking cljdoc? Tell your friends :D

jdk.rmi.activation.UnknownGroupException

An UnknownGroupException is thrown by methods of classes and interfaces in the java.rmi.activation package when the ActivationGroupID parameter to the method is determined to be invalid, i.e., not known by the ActivationSystem. An UnknownGroupException is also thrown if the ActivationGroupID in an ActivationDesc refers to a group that is not registered with the ActivationSystem

An UnknownGroupException is thrown by methods of classes and
interfaces in the java.rmi.activation package when the
ActivationGroupID parameter to the method is determined to be
invalid, i.e., not known by the ActivationSystem.  An
UnknownGroupException is also thrown if the
ActivationGroupID in an ActivationDesc refers to
a group that is not registered with the ActivationSystem
raw docstring

->unknown-group-exceptionclj

(->unknown-group-exception s)

Constructor.

Constructs an UnknownGroupException with the specified detail message.

s - the detail message - java.lang.String

Constructor.

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