All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.netflix.spinnaker.exceptions.LifecycleEventException.kt Maven / Gradle / Ivy

There is a newer version: 1.4.1
Show newest version
package com.netflix.spinnaker.exceptions

import com.netflix.spinnaker.kork.exceptions.SystemException

class LifecycleEventException(
  val artifactRef: String,
  val version: String,
  val detail: String
) : SystemException(
  "There was a problem generating lifecycle steps for artifact ref $artifactRef and version $version. $detail"
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy