All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.wizzer.app.web.commons.shiro.exception.CaptchaEmptyException Maven / Gradle / Ivy

package cn.wizzer.app.web.commons.shiro.exception;

import org.apache.shiro.authc.AuthenticationException;

/**
 * Created by wizzer on 2017/1/10.
 */
public class CaptchaEmptyException extends AuthenticationException {

    public CaptchaEmptyException() {
        super();
    }

    public CaptchaEmptyException(String message, Throwable cause) {
        super(message, cause);
    }

    public CaptchaEmptyException(String message) {
        super(message);
    }

    public CaptchaEmptyException(Throwable cause) {
        super(cause);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy