net.shopxx.exception.IncorrectLicenseException.java Source code

Java tutorial

Introduction

Here is the source code for net.shopxx.exception.IncorrectLicenseException.java

Source

/*
 * 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 IncorrectLicenseException extends AuthenticationException {

    private static final long serialVersionUID = 7892631925373485139L;

}