📄 maxsitelimitexception.java
字号:
// $Id: MaxSiteLimitException.java,v 1.2 2002/04/04 08:13:25 pmartin Exp $//// ____.// __/\ ______| |__/\. _______// __ .____| | \ | +----+ \// _______| /--| | | - \ _ | : - \_________// \\______: :---| : : | : | \________>// |__\---\_____________:______: :____|____:_____\// /_____|//// . . . i n j a h i a w e t r u s t . . .//package org.jahia.security.license;import org.jahia.security.license.LicenseException;/** * This exception is site when the maximum number of sites has been reached. * * @author Fulco Houkes * @version 1.0 */public class MaxSiteLimitException extends LicenseException{ //------------------------------------------------------------------------- public MaxSiteLimitException() { super ("License maximum number of sites reached!"); }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -