Target filter
Search Kotlin docs
  • Platforms
  • Tealium Prism Kotlin
core/com.tealium.prism.core.api.modules/ModuleNotEnabledException

ModuleNotEnabledException

class ModuleNotEnabledException(message: String, cause: Throwable? = null) : TealiumException

Exception class to denote that a particular Module implementation was attempted to be used, but was unavailable, either due to being disabled or not available.

Constructors

ModuleNotEnabledException
Link copied to clipboard
constructor(message: String, cause: Throwable? = null)

Properties

cause
Link copied to clipboard
open val cause: Throwable?
message
Link copied to clipboard
open val message: String?
Generated by Dokka
(c) Tealium 2026