Package org.zkoss.zkex.license
Class NoLicenseInstalledException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.zkoss.zkex.license.NoLicenseInstalledException
-
- All Implemented Interfaces:
java.io.Serializable
public class NoLicenseInstalledException extends java.lang.ExceptionThrown if and only if a license is to be verified usingLicenseManager.verify()and no license is installed.- Version:
- $Id$
- Author:
- Christian Schlichtherle
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoLicenseInstalledException(java.lang.String subject)Constructs an instance ofNoLicenseInstalledfor the given licensing subject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetLocalizedMessage()
-
-
-
Constructor Detail
-
NoLicenseInstalledException
public NoLicenseInstalledException(java.lang.String subject)
Constructs an instance ofNoLicenseInstalledfor the given licensing subject.- Parameters:
subject- The licensing subject as specified inLicenseParam.getSubject()- may not benull.
-
-