Java tutorial
/* * Copyright 2005-2015 shopxx.net. All rights reserved. * Support: http://www.shopxx.net * License: http://www.shopxx.net/license */ package net.shopxx.exception; import org.apache.shiro.authc.AuthenticationException; /** * Exception - ?? * * @author SHOP++ Team * @version 4.0 */ public class IncorrectCaptchaException extends AuthenticationException { private static final long serialVersionUID = -2452816550297381913L; }