List of usage examples for org.apache.shiro ShiroException subclass-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 {