com.deltaxml.odf
Class OdfLicenseSecurityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.deltaxml.odf.OdfException
com.deltaxml.odf.OdfLicensingException
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:
- permission java.lang.RuntimePermission "getClassLoader";
- permission java.lang.RuntimePermission "getProtectionDomain";
- permission java.lang.RuntimePermission "preferences";
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
OdfLicenseSecurityException
public OdfLicenseSecurityException(Exception cause,
String product)
- Constructs a new OdfLicenseSecurityException
- Parameters:
cause - the underlying cause of the exceptionproduct - the ODF product for which there is a security problem
© 2001-2009 DeltaXML Ltd. All Rights Reserved.