com.deltaxml.odf
Class OdfLicenseSecurityException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.deltaxml.odf.OdfException
              extended by com.deltaxml.odf.OdfLicensingException
                  extended by com.deltaxml.odf.OdfLicenseSecurityException
All Implemented Interfaces:
Serializable

public class OdfLicenseSecurityException
extends OdfLicensingException

An exception indicating a problem with the activation/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 activation/licensing features of the DeltaXML software. The precise permissions needed to be granted by the security manager depend on whether the license is being activated/deactivated or whether running the software and also on the type of license (enterprise/professional-server/named-user) being used.

Some permissions typically required include:

The detail message and underlying cause 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:
Serialized Form

Constructor Summary
OdfLicenseSecurityException(Exception cause, String product)
          Constructs a new OdfLicenseSecurityException
 
Method Summary
 
Methods inherited from class com.deltaxml.odf.OdfLicensingException
getProduct
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OdfLicenseSecurityException

public OdfLicenseSecurityException(Exception cause,
                                   String product)
Constructs a new OdfLicenseSecurityException

Parameters:
cause - the underlying cause of the exception
product - the ODF product for which there is a security problem


© 2001-2009 DeltaXML Ltd. All Rights Reserved.