Liking cljdoc? Tell your friends :D

jdk.rmi.activation.ActivateFailedException

This exception is thrown by the RMI runtime when activation fails during a remote call to an activatable object.

This exception is thrown by the RMI runtime when activation
fails during a remote call to an activatable object.
raw docstring

->activate-failed-exceptionclj

(->activate-failed-exception s)
(->activate-failed-exception s ex)

Constructor.

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