Class LicenseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.espirit.common.UncheckedException
de.espirit.firstspirit.access.AccessRuntimeException
de.espirit.firstspirit.access.LicenseException
All Implemented Interfaces:
de.espirit.common.LocalizableError, Serializable

public class LicenseException extends AccessRuntimeException
Exception which will be thrown if a functionality is called which is license dependent and the installed FIRSTspirit license doen't support the expected license feature.
Since:
4.0.17
See Also:
  • Constructor Details

    • LicenseException

      public LicenseException()
  • Method Details

    • getMissingFeature

      public String getMissingFeature()
      Returns the name of the missing license feature.
      Since:
      4.0.17