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

com.c4_soft.springaddons.rest.RestConfigurationNotFoundException Maven / Gradle / Ivy

The newest version!
package com.c4_soft.springaddons.rest;

public class RestConfigurationNotFoundException extends RuntimeException {
    private static final long serialVersionUID = -1174591896184901571L;

    public RestConfigurationNotFoundException(String clientName) {
        super("No spring-addons OAuth2 client properties for a REST client named %s".formatted(clientName));
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy