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

net.nemerosa.ontrack.extension.oidc.settings.OntrackOIDCProviderIDNotFoundException.kt Maven / Gradle / Ivy

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