Example usage for org.springframework.security.authentication AuthenticationServiceException subclass-usage

List of usage examples for org.springframework.security.authentication AuthenticationServiceException subclass-usage

Introduction

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

Usage

From source file com.jwt.security.exceptions.UserRightsChangedException.java

/**
 * Throw at checking if user rights changed.
 * @author stefan.busnita
 */
public class UserRightsChangedException extends AuthenticationServiceException {
    private static final long serialVersionUID = 3705043083010304496L;

From source file com.rockagen.gnext.service.spring.security.extension.AuthenticationInvalidatedCodeException.java

/** 
 * An extension for spring security Thrown if  captcha is validated .
 * 
 * @author RA
 * @see AuthenticationServiceException
 */