gradle-josm-plugin / org.openstreetmap.josm.gradle.plugin.github / GithubReleaseException / <init>

<init>

GithubReleaseException(cause: Throwable)
GithubReleaseException(message: String)
GithubReleaseException(response: Response) GithubReleaseException(message: String?, cause: Throwable?)

An exception that occured in a task related to publishing a release to GitHub releases.

Parameters

message - the message of the exception

cause - a Throwable that caused this exception to be thrown