|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.deltaxml.odf.OdfException
com.deltaxml.odf.OdfLicensingException
com.deltaxml.odf.NoOdfLicenseInstalledException
public class NoOdfLicenseInstalledException
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.
| 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 |
|---|
public NoOdfLicenseInstalledException(String product)
product - the ODF product that has no license installed
public NoOdfLicenseInstalledException(String message,
String product)
message - the exception messageproduct - the ODF product that has no license installed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||