core/com.tealium.prism.core.api.command/CommandException CommandException class CommandException(message: String? = null, cause: Throwable? = null) : TealiumExceptionRepresents a failure that occurred during Command execution. Members Constructors CommandException Link copied to clipboard constructor(message: String? = null, cause: Throwable? = null) Types Companion Link copied to clipboard object Companion Properties cause Link copied to clipboard open val cause: Throwable? message Link copied to clipboard open val message: String?