TrueLicense Core 1.33

de.schlichtherle.license
Class LicenseContentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Field Summary
private static long serialVersionUID
           
 
Constructor Summary
LicenseContentException(String resourceKey)
          Constructs an instance of LicenseContentException with the given resourceKey to lookup the localized detail message with.
 
Method Summary
 String getLocalizedMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

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.
Method Detail

getLocalizedMessage

public String getLocalizedMessage()
Overrides:
getLocalizedMessage in class Throwable

TrueLicense Core 1.33

Copyright © 2005-2015 Schlichtherle IT Services. All Rights Reserved.