LicenseSecurityException ClassDeltaXML DITA Compare .NET API Documentation
DeltaXML DITA Compare .NET API Documentation
An exception indicating a problem with the licensing or other security related aspects of the DeltaXML software when the JVM is using a Security Manager.
Inheritance Hierarchy

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

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

[SerializableAttribute]
public class LicenseSecurityException : LicenseException
Remarks

An exception indicating a problem with the licensing or other security related aspects of the DeltaXML software when the JVM is using a Security Manager. Certain security manager settings will preclude the operation of the licensing features of the DeltaXML software.

Some permissions typically required include:

  • permission java.lang.RuntimePermission "getClassLoader";
  • permission java.lang.RuntimePermission "getProtectionDomain";

The detail message and underlying cause java.lang.Throwable.getCause may provide some further information about the security manager permissions involved.

The exact permissions required vary according to the JVM/platform, license-type and whether activating or running the code. Please contact DeltaXML support for further information and advice if you see this exception; a number of example preference files and notes are available to support users with SecurityManager issues.

See Also