Package org.zkoss.zkex.license
Class LicenseContentException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.zkoss.zkex.license.LicenseContentException
-
- All Implemented Interfaces:
java.io.Serializable
public class LicenseContentException extends java.lang.ExceptionThrown if validating a license certificate fails.- Version:
- $Id$
- Author:
- Christian Schlichtherle
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LicenseContentException(java.lang.String resourceKey)Constructs an instance ofLicenseContentExceptionwith the givenresourceKeyto lookup the localized detail message with.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetLocalizedMessage()
-
-
-
Constructor Detail
-
LicenseContentException
public LicenseContentException(java.lang.String resourceKey)
Constructs an instance ofLicenseContentExceptionwith the givenresourceKeyto lookup the localized detail message with.- Parameters:
resourceKey- The key to use to lookup the localized detail message whengetLocalizedMessage()is called - may not benull.
-
-