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

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

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

public class UserMfaConfigAlreadyExistsException extends RuntimeException {
    public UserMfaConfigAlreadyExistsException(String message) {
        super(message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy