Class NoLicenseInstalledException

  • All Implemented Interfaces:
    java.io.Serializable

    public class NoLicenseInstalledException
    extends java.lang.Exception
    Thrown if and only if a license is to be verified using LicenseManager.verify() and no license is installed.
    Version:
    $Id$
    Author:
    Christian Schlichtherle
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      NoLicenseInstalledException​(java.lang.String subject)
      Constructs an instance of NoLicenseInstalled for the given licensing subject.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getLocalizedMessage()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • NoLicenseInstalledException

        public NoLicenseInstalledException​(java.lang.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 java.lang.String getLocalizedMessage()
        Overrides:
        getLocalizedMessage in class java.lang.Throwable