TooManyScansException

class TooManyScansException(msg: String = "Too many scans during the conditional action processing" + " check for cycling between events or turn off max scan checking") : RuntimeException

Author

rossetti

Constructors

Link copied to clipboard
constructor(msg: String = "Too many scans during the conditional action processing" + " check for cycling between events or turn off max scan checking")

Properties

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