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

com.greenpepper.server.license.LicenseErrorKey Maven / Gradle / Ivy

There is a newer version: 4.2.4
Show newest version
package com.greenpepper.server.license;

/**
 * 

LicenseErrorKey interface.

* * @author oaouattara * @version $Id: $Id */ public interface LicenseErrorKey { /** * License group error. */ String LICENSE = "greenpepper.server.license"; /** * License expired. */ String EXPIRED = LICENSE + ".expired"; /** * Max users exceeded. */ String MAX_USER_EXCEEDS = LICENSE + ".maxusers"; /** * Updates not allowed. */ String UPDATES_NOT_SUPPORTED = LICENSE + ".updatesnotsupported"; /** * Licence not found. */ String LIC_NOT_FOUND = LICENSE + ".notfound"; /** * Licence not updated. */ String FAILED_TO_UPDATE_LIC = LICENSE + ".updatefailed"; /** * Trial locked. */ String TRIAL_LOCKED = LICENSE + ".triallocked"; }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy