Example usage for org.apache.shiro.authc AccountException subclass-usage

List of usage examples for org.apache.shiro.authc AccountException subclass-usage

Introduction

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

Usage

From source file cn.itganhuo.app.exception.EmailUnauthorizedException.java

/**
 * ??
 * 
 * @version 0.0.1-SNAPSHOT
 * @author -?
 */

From source file com.wms.studio.exception.UnValidationAccountException.java

@SuppressWarnings("serial")
public class UnValidationAccountException extends AccountException {

    public UnValidationAccountException() {

    }

From source file com.wms.studio.exception.ValidateCodeException.java

/**
 * @author WMS
 * 
 */
@SuppressWarnings("serial")
public class ValidateCodeException extends AccountException {