com.cinnabarsystems.clm
Class LicenseUnsignedException

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

public class LicenseUnsignedException
extends LicenseManagerException

Thrown when a license file is unsigned

See Also:
Serialized Form

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

LicenseUnsignedException

public LicenseUnsignedException()