|
||||||||||
| 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.OdfLicenseNotYetValidException
public class OdfLicenseNotYetValidException
An exception indicating that this license has not yet started.
An activation key or license contains a start date which specifies the date on which a license starts.
| Constructor Summary | |
|---|---|
OdfLicenseNotYetValidException(Date startDate,
String product)
Constructs a new OdfLicenseNotYetValidException with a default message |
|
OdfLicenseNotYetValidException(String message,
Date startDate,
String product)
Constructs a new OdfLicenseNotYetValidException with a configurable message |
|
| Method Summary | |
|---|---|
Date |
getLicenseStartDate()
Reports the start date for the license |
| 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 OdfLicenseNotYetValidException(Date startDate,
String product)
startDate - the date the license startsproduct - the ODF product for which the license has not yet started
public OdfLicenseNotYetValidException(String message,
Date startDate,
String product)
message - the exception messagestartDate - the date the license startsproduct - the ODF product for which the license has not yet started| Method Detail |
|---|
public Date getLicenseStartDate()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||