Package org.zkoss.zkex.license
Class LicenseNotaryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.security.GeneralSecurityException
-
- org.zkoss.zkex.license.LicenseNotaryException
-
- All Implemented Interfaces:
java.io.Serializable
public class LicenseNotaryException extends java.security.GeneralSecurityExceptionAn instance of this class is thrown to indicate that the license notary could not access the private or public key in a key store due to insufficient or incorrect parameters in the correspondingKeyStoreParaminstance.- Version:
- $Id$
- Author:
- Christian Schlichtherle
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LicenseNotaryException(java.lang.String resourceKey, java.lang.String alias)Constructs an instance ofLicenseNotaryExceptionwith the givenresourceKeyto lookup the localized detail message with and parameterize it with the givenalias.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetLocalizedMessage()
-
-
-
Constructor Detail
-
LicenseNotaryException
public LicenseNotaryException(java.lang.String resourceKey, java.lang.String alias)Constructs an instance ofLicenseNotaryExceptionwith the givenresourceKeyto lookup the localized detail message with and parameterize it with the givenalias.- Parameters:
resourceKey- The key to use to lookup the localized detail message whengetLocalizedMessage()is called - may not benull.alias- The alias of the entry in the key store - may benull.
-
-