List of usage examples for org.apache.shiro.authc AuthenticationException subclass-usage
From source file io.buji.pac4j.NoAuthenticationException.java
/**
* This exception is thrown when no authentication has been achieved (cancelled at the provider or just check for authentication).
*
* @author Jerome Leleu
* @since 1.2.0
*/
From source file net.cloudkit.enterprises.infrastructure.shiro.IncorrectCaptchaException.java
/**
* ??.
*
* @author hongquanli <hongquanli@qq.com>
* @version 1.0 20131030 ?11:22:15
*/
From source file net.noday.core.security.IncorrectCaptchaException.java
/**
* cat IncorrectCaptchaException
*
* @author <a href="http://www.noday.net">Noday</a>
* @version , 2012-10-28
* @since
From source file net.scran24.common.server.auth.DataStoreAuthenticationException.java
/** * Indicates that an exception occured while trying to access accounts * in the backing Scran24 datastore. */ public class DataStoreAuthenticationException extends AuthenticationException { public DataStoreAuthenticationException(DataStoreException e) {
From source file net.shopxx.exception.IncorrectCaptchaException.java
/**
* Exception - ??
*
* @author SHOP++ Team
* @version 4.0
*/
From source file net.shopxx.exception.IncorrectLicenseException.java
/**
* Exception - ?
*
* @author SHOP++ Team
* @version 4.0
*/
From source file org.apache.mycat.advisor.common.security.shiro.exception.AccountForbiddenException.java
/**
*functional describe:??
*
* @author DR.YangLong
* email:410357434@163.com
* @version 1.0 datetime:2014/12/12 16:29
From source file org.apache.mycat.advisor.common.security.shiro.exception.AccountLockedException.java
/**
* ?????
*
* @Author: DR.YangLong
* @Date: 14-9-26
* @Time: ?5:22
From source file org.apache.mycat.advisor.common.security.shiro.exception.VerifyErrorException.java
/**
* ??????
*
* @author DR.YangLong
* date 14-10-13
* time ?9:29
From source file org.graylog2.restclient.lib.Graylog2ServerUnavailableException.java
public class Graylog2ServerUnavailableException extends AuthenticationException { public Graylog2ServerUnavailableException() { super(); }