Example usage for org.apache.shiro ShiroException subclass-usage

List of usage examples for org.apache.shiro ShiroException subclass-usage

Introduction

In this page you can find the example usage for org.apache.shiro ShiroException subclass-usage.

Usage

From source file uk.q3c.krail.core.shiro.aop.NotAGuestException.java

/**
 * Indicates current {@link Subject} is not a Guest in the sense of {@link RequiresGuest}.  Only used by the Shiro annotations AOP
 * <p>
 * Created by David Sowerby on 11/06/15.
 */
public class NotAGuestException extends ShiroException {

From source file uk.q3c.krail.core.shiro.aop.NotAUserException.java

/**
 * Indicates current {@link Subject} is not a User in the sense of {@link RequiresUser}.  Only used by the Shiro annotations AOP
 * <p>
 * Created by David Sowerby on 11/06/15.
 */
public class NotAUserException extends ShiroException {