Example usage for org.springframework.security.core.userdetails UsernameNotFoundException subclass-usage

List of usage examples for org.springframework.security.core.userdetails UsernameNotFoundException subclass-usage

Introduction

In this page you can find the example usage for org.springframework.security.core.userdetails UsernameNotFoundException subclass-usage.

Usage

From source file grails.plugin.springsecurity.userdetails.NoStackUsernameNotFoundException.java

/**
 * Lightweight exception that avoids the cost of filling in the stack frames.
 *
 * @author <a href='mailto:burt@burtbeckwith.com'>Burt Beckwith</a>
 */
public class NoStackUsernameNotFoundException extends UsernameNotFoundException {