Example usage for org.springframework.security.oauth2.common.exceptions InvalidRequestException subclass-usage

List of usage examples for org.springframework.security.oauth2.common.exceptions InvalidRequestException subclass-usage

Introduction

In this page you can find the example usage for org.springframework.security.oauth2.common.exceptions InvalidRequestException subclass-usage.

Usage

From source file net.shibboleth.idp.oidc.OIDCException.java

/**
 * The type Oidc exception.
 */
public class OIDCException extends InvalidRequestException {

    /**