com.cinnabarsystems.clm
Class LicenseSignedWithWrongKeyException

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

public class LicenseSignedWithWrongKeyException
extends LicenseManagerException

Thrown when a license file was signed with a private key that does not match the public key used for license verification

See Also:
Serialized Form

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

LicenseSignedWithWrongKeyException

public LicenseSignedWithWrongKeyException()