net.nemerosa.ontrack.job.support.JobNotScheduledException.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ontrack-job Show documentation
Show all versions of ontrack-job Show documentation
Abstract management of identified jobs.
package net.nemerosa.ontrack.job.support
import net.nemerosa.ontrack.common.BaseException
import net.nemerosa.ontrack.job.JobKey
class JobNotScheduledException(key: JobKey) : BaseException("Job with key $key is not scheduled.")
© 2015 - 2025 Weber Informatics LLC | Privacy Policy