JobTimeoutException constructor

JobTimeoutException(
  1. String jobId,
  2. String jobName,
  3. Duration timeout
)

Creates a new JobTimeoutException.

Implementation

JobTimeoutException(this.jobId, this.jobName, this.timeout);