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

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

The newest version!
package org.cloudfoundry.identity.uaa.authentication;


import org.springframework.security.authentication.BadCredentialsException;

public class ClientSecretExpiredException extends BadCredentialsException {
    public ClientSecretExpiredException(String msg) {
        super(msg);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy