|
|||||||||
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.componio.jlicensure.shared.LicenseNotGrantedException
public class LicenseNotGrantedException
LicenseNotGrantedException class.
Constructor Summary | |
---|---|
LicenseNotGrantedException()
Creates a new instance of LicenseNotGrantedException without detail message. |
|
LicenseNotGrantedException(LicenseRequest request)
Creates a new instance of LicenseNotGrantedException without detail message. |
|
LicenseNotGrantedException(LicenseRequest request,
java.lang.String msg)
Constructs an instance of LicenseNotGrantedException with the specified detail message. |
Method Summary | |
---|---|
LicenseRequest |
getLicenseRequest()
Getter for property licenseRequest. |
void |
setLicenseRequest(LicenseRequest licenseRequest)
Setter for property licenseRequest. |
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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LicenseNotGrantedException()
LicenseNotGrantedException
without detail message.
public LicenseNotGrantedException(LicenseRequest request)
LicenseNotGrantedException
without detail message.
public LicenseNotGrantedException(LicenseRequest request, java.lang.String msg)
LicenseNotGrantedException
with the specified detail message.
msg
- the detail message.Method Detail |
---|
public LicenseRequest getLicenseRequest()
public void setLicenseRequest(LicenseRequest licenseRequest)
licenseRequest
- New value of property licenseRequest.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |