Example usage for org.springframework.security.acls.model NotFoundException subclass-usage

List of usage examples for org.springframework.security.acls.model NotFoundException subclass-usage

Introduction

In this page you can find the example usage for org.springframework.security.acls.model NotFoundException subclass-usage.

Usage

From source file org.createnet.raptor.auth.service.exception.PermissionNotFoundException.java

/**
 *
 * @author Luca Capra <lcapra@fbk.eu>
 */
@ResponseStatus(value = HttpStatus.NOT_FOUND, reason = "Permission not found")
public class PermissionNotFoundException extends NotFoundException {

From source file org.createnet.raptor.auth.service.exception.UserNotFoundException.java

/**
 *
 * @author Luca Capra <lcapra@fbk.eu>
 */
@ResponseStatus(value = HttpStatus.NOT_FOUND, reason = "User not found")
public class UserNotFoundException extends NotFoundException {