|
||||||||||
| 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.OdfLicenseExpiredException
public class OdfLicenseExpiredException
An exception indicating that the license used to activate the software has expired.
Activation licenses which never expire are available from DeltaXML, however, some licenses have an in-built expiry date, for example, licenses supplied for evaluation or beta-test purposes.
This exception is thrown when an attempt is made to use a DeltaXML ODF product when its license has expired. To resolve the issue, the software should be deactivated and then reactivated using a new license.
| Constructor Summary | |
|---|---|
OdfLicenseExpiredException(Date expiryDate,
String product)
Constructs a new OdfLicenseExpiredException with a default message |
|
OdfLicenseExpiredException(String message,
Date expiryDate,
String product)
Constructs a new OdfLicenseExpiredException with a configurable message |
|
| Method Summary | |
|---|---|
Date |
getLicenseExpiryDate()
Reports the license expiry date |
| 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 OdfLicenseExpiredException(Date expiryDate,
String product)
expiryDate - the date on which the license expiredproduct - the product for which the license has expired
public OdfLicenseExpiredException(String message,
Date expiryDate,
String product)
message - the exception messageexpiryDate - the date on which the license expiredproduct - the product for which the license has expired| Method Detail |
|---|
public Date getLicenseExpiryDate()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||