Class UnlicensedFeatureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.inductiveautomation.ignition.common.LocalizedException
com.inductiveautomation.ignition.common.licensing.UnlicensedFeatureException
- All Implemented Interfaces:
- Serializable
A exception thrown whenever the system tries to do or access something that has not been licensed.
 
Contains a "feature id" describing what was not licensed. It is free form text that should make clear what was not allowed.
The message of the exception is localized, and contains the feature id.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionUnlicensedFeatureException(String featureId) Instantiate a exception for the given unlicensed feature.
- 
Method SummaryMethods inherited from class com.inductiveautomation.ignition.common.LocalizedExceptiongetMessageMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
UnlicensedFeatureExceptionInstantiate a exception for the given unlicensed feature.- Parameters:
- featureId- a string that will be included in the error message to represent the unlicensed feature. Should be identifiable and hopefully make clear exactly what isn't licensed.
 
 
- 
- 
Method Details- 
getFeatureId
 
-