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

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

package org.cloudfoundry.identity.uaa.mfa.exception;

public class UnableToPersistMfaException extends RuntimeException {
    public UnableToPersistMfaException(Throwable cause) {
        super(cause);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy