org.octopusden.octopus.vcsfacade.exception.JobProcessingException.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of vcs-facade Show documentation
Show all versions of vcs-facade Show documentation
Octopus module: vcs-facade
The newest version!
package org.octopusden.octopus.vcsfacade.exception
import org.octopusden.octopus.vcsfacade.client.common.exception.VcsFacadeException
import java.util.Date
class JobProcessingException(message: String, val requestId: String, val retryAfter: Date) : VcsFacadeException(message)