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

org.cloudfoundry.identity.uaa.authentication.AccountNotVerifiedException Maven / Gradle / Ivy

package org.cloudfoundry.identity.uaa.authentication;

import org.springframework.security.authentication.AccountStatusException;

public class AccountNotVerifiedException extends AccountStatusException {
    public AccountNotVerifiedException(String msg) {
        super(msg);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy