public class NoLicenseInstalledException extends LicenseException
An exception indicating that the software has not been sucessfully activated with an appropriate license.
DeltaXML software can be used/activated with three different types of licenses:
Note that the activation process is distinct from the runtime operation of the comparator and should be performed for each named-user or server, as appropriate. The activation process is described in the installation documentation.
Note: the getErrorCode()
method is provided for compatibility with earlier XML Compare releases; when
called with this exception the result will be: 8
Constructor and Description |
---|
NoLicenseInstalledException(java.lang.String licensedProduct)
Constructs a new NoLicenseInstalledException appropriate for use by the XML Compare code.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getProductName()
Reports the productName for which a license is required.
|
getErrorCode, getSeverity
getCause, getThrowable