net.nemerosa.ontrack.extension.bitbucket.cloud.model.BitbucketCloudExceptions.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ontrack-extension-bitbucket-cloud Show documentation
Show all versions of ontrack-extension-bitbucket-cloud Show documentation
Ontrack module: ontrack-extension-bitbucket-cloud
package net.nemerosa.ontrack.extension.bitbucket.cloud.model
import net.nemerosa.ontrack.common.BaseException
class BitbucketCloudNoResponseException(path: String): BaseException("""Did not get any answer from $path""")