com.cinnabarsystems.clm
Class LicenseExpiredException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.cinnabarsystems.clm.LicenseManagerException
              extended by com.cinnabarsystems.clm.LicenseExpiredException
All Implemented Interfaces:
Serializable

public class LicenseExpiredException
extends LicenseManagerException

Thrown when a license has expired

See Also:
Serialized Form

Method Summary
 Date getExpiredOn()
          Returns the date on which the license expired
 String getFeature()
          Returns the feature that has expired
 String getProduct()
          Returns the product that has expired
 
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
 

Method Detail

getProduct

public String getProduct()
Returns the product that has expired

Returns:
The expired product

getFeature

public String getFeature()
Returns the feature that has expired

Returns:
The expired feature

getExpiredOn

public Date getExpiredOn()
Returns the date on which the license expired

Returns:
The date on which the license expired