com.componio.jlicensure.shared
Class LicenseNotGrantedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.componio.jlicensure.shared.LicenseNotGrantedException
All Implemented Interfaces:
java.io.Serializable

public class LicenseNotGrantedException
extends java.lang.Exception

LicenseNotGrantedException class.

See Also:
Serialized Form

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

LicenseNotGrantedException

public LicenseNotGrantedException()
Creates a new instance of LicenseNotGrantedException without detail message.


LicenseNotGrantedException

public LicenseNotGrantedException(LicenseRequest request)
Creates a new instance of LicenseNotGrantedException without detail message.


LicenseNotGrantedException

public LicenseNotGrantedException(LicenseRequest request,
                                  java.lang.String msg)
Constructs an instance of LicenseNotGrantedException with the specified detail message.

Parameters:
msg - the detail message.
Method Detail

getLicenseRequest

public LicenseRequest getLicenseRequest()
Getter for property licenseRequest.

Returns:
Value of property licenseRequest.

setLicenseRequest

public void setLicenseRequest(LicenseRequest licenseRequest)
Setter for property licenseRequest.

Parameters:
licenseRequest - New value of property licenseRequest.