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

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

There is a newer version: 4.30.0
Show 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 - 2025 Weber Informatics LLC | Privacy Policy