com.cinnabarsystems.clm
Class InvalidLicenseFormatException

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

public class InvalidLicenseFormatException
extends LicenseManagerException

Thrown when a license file is not in the proper format

See Also:
Serialized Form

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

InvalidLicenseFormatException

public InvalidLicenseFormatException()