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

org.cloudfoundry.identity.uaa.mfa.exception.MfaProviderUpdateIsNotAllowed Maven / Gradle / Ivy

There is a newer version: 4.30.0
Show newest version
package org.cloudfoundry.identity.uaa.mfa.exception;

public class MfaProviderUpdateIsNotAllowed extends Exception {
    public MfaProviderUpdateIsNotAllowed() {
        super("Updating an MFA provider is not allowed.");
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy