ExternalContextNotFoundException

Exception thrown when attempting to access an external context with name externalContextName that could not be found during the execution of a computation.

Constructors

Link copied to clipboard
constructor(externalContextName: String)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard

Name of the external context as defined in the computation.

Link copied to clipboard
open val message: String?