|
||||||||||
| 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
public class OdfLicensingException
An exception indicating that there is a problem with a licensing operation. This could occur during activation/deactivation of the software or on operation of the software itself.
This exception is the super-type of all other licensing exceptions and so can be used as a catch-all if the user does not wish to catch each individual licensing exception.
| Constructor Summary | |
|---|---|
OdfLicensingException(String message,
String product)
Constructs a new OdfLicensingException with a configurable message |
|
OdfLicensingException(String message,
Throwable cause,
String product)
Constructs a new OdfLicensingException with a configurable message and and underlying cause. |
|
| Method Summary | |
|---|---|
String |
getProduct()
Reports the product for which the licensing problem has occurred. |
| 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 OdfLicensingException(String message,
String product)
message - the exception messageproduct - the ODF product for which there is a licensing problem
public OdfLicensingException(String message,
Throwable cause,
String product)
message - the exception messagecause - the underlying cause of the licensing exceptionproduct - the ODF product for which there is a licensing problem| Method Detail |
|---|
public String getProduct()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||