CPULimitException ClassDeltaXML DITA Compare .NET API Documentation
DeltaXML DITA Compare .NET API Documentation
An exception indicating that the license used with the software does not support the number of runtime cores being used.
Inheritance Hierarchy

System Object
  System Exception
    Throwable
      Exception
        com.deltaxml.dita DeltaXMLDitaException
          com.deltaxml.dita LicenseException
            com.deltaxml.dita CPULimitException

Namespace: com.deltaxml.dita
Assembly: deltaxml-dita (in deltaxml-dita.dll) Version: 9.1.1.1000
Syntax

[SerializableAttribute]
public class CPULimitException : LicenseException
Remarks

An exception indicating that the license used with the software does not support the number of runtime cores being used.

A license may contains a 'core limit' which specifies the maximum runtime cores which the DeltaXML product is allowed to use. The definition of a runtime core is whatever is returned by the java.lang.Runtime.availableProcessors method; which typically counts 'cores' in multi-core systems. This checking and therefore this exception is typically turned-off in DeltaXML Enterprise licenses. Please see our licensing Q&A for a discussion of disabling CPUs and virtualization.

See Also