com.cinnabarsystems.clm
Class ProductNotFoundException

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

public class ProductNotFoundException
extends LicenseManagerException

Thrown when the requested product is not present in a license

See Also:
Serialized Form

Method Summary
 String getProduct()
          Returns the product that was not found
 
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 was not found

Returns:
The product that was not found