Example usage for org.springframework.security.access AccessDeniedException subclass-usage

List of usage examples for org.springframework.security.access AccessDeniedException subclass-usage

Introduction

In this page you can find the example usage for org.springframework.security.access AccessDeniedException subclass-usage.

Usage

From source file be.dnsbelgium.rdap.spring.security.RDAPErrorException.java

@JsonAutoDetect(getterVisibility = JsonAutoDetect.Visibility.NONE)
public class RDAPErrorException extends AccessDeniedException {

    private static final long serialVersionUID = 5433510515283772536L;

    private final int errorCode;