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

org.pac4j.oidc.exceptions.UserInfoErrorResponseException Maven / Gradle / Ivy

There is a newer version: 6.1.0
Show newest version
package org.pac4j.oidc.exceptions;

/**
 * When an error occured for the user info call.
 *
 * @author Jerome LELEU
 * @since 5.7.2
 */
public class UserInfoErrorResponseException extends Exception {

    public UserInfoErrorResponseException(final String message) {
        super("Cannot retrieve user info: " + message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy