com.deltaxml.odf
Class NoOdfLicenseInstalledException

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.NoOdfLicenseInstalledException
All Implemented Interfaces:
Serializable

public class NoOdfLicenseInstalledException
extends OdfLicensingException

An exception indicating that the software has not been successfully activated with an appropriate license.

DeltaXML software can be used/activated with three different types of licenses:

Note that the activation process is distinct from the runtime operation of the software and should be performed for each named-user or server, as appropriate. The activation process is described in the installation documentation.

See Also:
Serialized Form

Constructor Summary
NoOdfLicenseInstalledException(String product)
          Constructs a new NoOdfLicenseInstalledException with a default message.
NoOdfLicenseInstalledException(String message, String product)
          Constructs a new NoOdfLicenseInstalledException with a configurable message.
 
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

NoOdfLicenseInstalledException

public NoOdfLicenseInstalledException(String product)
Constructs a new NoOdfLicenseInstalledException with a default message.

Parameters:
product - the ODF product that has no license installed

NoOdfLicenseInstalledException

public NoOdfLicenseInstalledException(String message,
                                      String product)
Constructs a new NoOdfLicenseInstalledException with a configurable message.

Parameters:
message - the exception message
product - the ODF product that has no license installed


© 2001-2009 DeltaXML Ltd. All Rights Reserved.