
net.nemerosa.ontrack.extension.oidc.settings.OntrackOIDCProviderIDNotFoundException.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ontrack-extension-oidc Show documentation
Show all versions of ontrack-extension-oidc Show documentation
Ontrack module: ontrack-extension-oidc
The newest version!
package net.nemerosa.ontrack.extension.oidc.settings
import net.nemerosa.ontrack.model.exceptions.NotFoundException
class OntrackOIDCProviderIDNotFoundException(id: String) : NotFoundException(
"OIDC provider with id = $id cannot be found."
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy