com.deltaxml.odf
Class OdfLicenseContentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.deltaxml.odf.OdfException
com.deltaxml.odf.OdfLicensingException
com.deltaxml.odf.OdfLicenseContentException
- All Implemented Interfaces:
- Serializable
public class OdfLicenseContentException
- extends OdfLicensingException
An exception indicating that there was a problem with
the license used to activate the software.
This exception will be thrown when the license file
cannot be loaded into a java.util.Properties object
or if required keys cannot be found.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
OdfLicenseContentException
public OdfLicenseContentException(String message,
String product)
- Constructs a new OdfLicenseContentException
- Parameters:
message - a message providing further details of the problemproduct - the ODF product for which the license content is invalid
© 2001-2009 DeltaXML Ltd. All Rights Reserved.