com.cinnabarsystems.clm
Class LicenseModifiedException

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

public class LicenseModifiedException
extends LicenseManagerException

Thrown when a license file has been modified after issuance

See Also:
Serialized Form

Constructor Summary
LicenseModifiedException()
           
 
Method Summary
 
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

LicenseModifiedException

public LicenseModifiedException()