TrueLicense Core 1.33

de.schlichtherle.license
Class NoLicenseInstalledException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.schlichtherle.license.NoLicenseInstalledException
All Implemented Interfaces:
Serializable

public class NoLicenseInstalledException
extends Exception

Thrown if and only if a license is to be verified using LicenseManager.verify() and no license is installed.

Author:
Christian Schlichtherle
See Also:
Serialized Form

Field Summary
private static String EXC_NO_LICENSE_INSTALLED
           
private static long serialVersionUID
           
 
Constructor Summary
NoLicenseInstalledException(String subject)
          Constructs an instance of NoLicenseInstalled for the given licensing subject.
 
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

EXC_NO_LICENSE_INSTALLED

private static final String EXC_NO_LICENSE_INSTALLED

serialVersionUID

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

NoLicenseInstalledException

public NoLicenseInstalledException(String subject)
Constructs an instance of NoLicenseInstalled for the given licensing subject.

Parameters:
subject - The licensing subject as specified in LicenseParam.getSubject() - 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.