Liking cljdoc? Tell your friends :D

javax.activity.ActivityRequiredException

This exception is thrown by a container if Activity context is not received on a method for which Activity context is mandatory. This exception indicates a deployment or application configuration error. This exception will be propagated across ORB boundaries via an org.omg.CORBA.ACTIVITY_REQUIRED system exception.

This exception is thrown by a container if Activity context is not received
on a method for which Activity context is mandatory. This exception
indicates a deployment or application configuration error. This exception
will be propagated across ORB boundaries via an
org.omg.CORBA.ACTIVITY_REQUIRED system exception.
raw docstring

->activity-required-exceptionclj

(->activity-required-exception)
(->activity-required-exception message)
(->activity-required-exception message cause)

Constructor.

Constructs a new throwable with the specified detail message and cause.

message - the detail message. - java.lang.String cause - a chained exception of type Throwable. - java.lang.Throwable

Constructor.

Constructs a new throwable with the specified detail message and cause.

message - the detail message. - `java.lang.String`
cause - a chained exception of type Throwable. - `java.lang.Throwable`
raw docstring

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

× close