com.vs.ezlicrun
Class EzLicExceptionUnimplemented

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.vs.ezlicrun.EzLicExceptionBase
                    |
                    +--com.vs.ezlicrun.EzLicExceptionUnimplemented
All Implemented Interfaces:
java.io.Serializable

public class EzLicExceptionUnimplemented
extends EzLicExceptionBase

Unimplemented-feature exception. This exception is thrown when the run time library detects an unimplemented feature. This condition can occur, for example, when an old version of the license manager run time is used to read a license key that was generated with a newer version of the license manager.

See Also:
Serialized Form

Fields inherited from class com.vs.ezlicrun.EzLicExceptionBase
EZLIC_EXC_BASE, EZLIC_EXC_CONFIG, EZLIC_EXC_EXCEEDED_LIMITS, EZLIC_EXC_EXPIRED, EZLIC_EXC_GEN, EZLIC_EXC_INTERNAL, EZLIC_EXC_INVALID_CUSTOM_KEY, EZLIC_EXC_INVALID_HOST_USER_NET, EZLIC_EXC_MALFORMED_KEY, EZLIC_EXC_OS, EZLIC_EXC_UNIMPLEMENTED, EZLIC_EXC_UNLICENSED_OPTION, EZLIC_EXC_VENDOR, EZLIC_WARN_EXPIRED, EZLIC_WARN_EXPIRING, EZLIC_WARN_QUOTA, EZLIC_WARN_QUOTA_EXCEEDED
 
Methods inherited from class com.vs.ezlicrun.EzLicExceptionBase
getMessage, getMessageCode, setMessage, setMessageCode, throwLicenseException, throwLicenseException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait