
name.remal.gradle_plugins.dsl.artifact.ArtifactFileNotFoundException.kt Maven / Gradle / Ivy
package name.remal.gradle_plugins.dsl.artifact
class ArtifactFileNotFoundException : RuntimeException {
constructor() : super()
constructor(message: String?) : super(message)
constructor(message: String?, cause: Throwable?) : super(message, cause)
constructor(cause: Throwable?) : super(cause)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy