de.schlichtherle.license
Class LicenseContentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.schlichtherle.license.LicenseContentException
- All Implemented Interfaces:
- Serializable
public class LicenseContentException
- extends Exception
Indicates that validating a license certificate fails.
- Author:
- Christian Schlichtherle
- See Also:
- Serialized Form
|
Constructor Summary |
LicenseContentException(String resourceKey)
Constructs an instance of LicenseContentException
with the given resourceKey to lookup the localized detail
message with. |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
LicenseContentException
public LicenseContentException(String resourceKey)
- Constructs an instance of
LicenseContentException
with the given resourceKey to lookup the localized detail
message with.
- Parameters:
resourceKey - The key to use to lookup the localized detail
message when getLocalizedMessage() is called
- may not be null.
getLocalizedMessage
public String getLocalizedMessage()
- Overrides:
getLocalizedMessage in class Throwable
Copyright © 2005-2015 Schlichtherle IT Services. All Rights Reserved.