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

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

Introduction

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

Usage

From source file com.epam.ta.reportportal.exception.UserAccountExpiredException.java

public class UserAccountExpiredException extends AccountExpiredException {

    private static final long serialVersionUID = -1313818913697889296L;

    public UserAccountExpiredException(String msg) {
        super(msg);