Class LicenseException

All Implemented Interfaces:
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