📄 invalidbuildnumberexception.java
字号:
// $Id: InvalidBuildNumberException.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 thrown when the build number in the license file is not * the same as the server build number. * * @author Fulco Houkes * @version 1.0 */public class InvalidBuildNumberException extends LicenseException{ //------------------------------------------------------------------------- public InvalidBuildNumberException () { super ("Invalid license build number."); }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -