ExecutionTimeoutException

class ExecutionTimeoutException(val timeoutSeconds: Int) : RuntimeException

Thrown when the execution exceeds the allowed timeoutSeconds.

Constructors

Link copied to clipboard
constructor(timeoutSeconds: Int)

Properties

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