electric.util.license
Class LicensingException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byelectric.util.license.LicensingException
All Implemented Interfaces:
ILicenseConstants, java.io.Serializable

public class LicensingException
extends java.lang.RuntimeException
implements ILicenseConstants

LicensingException

Author:
webMethods
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface electric.util.license.ILicenseConstants
CLIENT_LICENSE, CONNECTION_LIMIT, COPYRIGHT, CPUCOUNT, ERROR_MESSAGES, EXPIRATION_DATE, EXPIRED, FEATURE_TIMEOUT, HOSTNAME, INVALIDCODE, IPADDRESS, LICENSE_KEY_TYPE, LICENSETYPE, NODELOCK_INFO, NON_SHAREABLE, OS, VERSION
 
Constructor Summary
LicensingException(int exceptionCode)
           
LicensingException(java.lang.String message)
           
 
Method Summary
 int getExceptionCode()
           
 java.lang.String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LicensingException

public LicensingException(int exceptionCode)
Parameters:
exceptionCode -

LicensingException

public LicensingException(java.lang.String message)
Parameters:
message -
Method Detail

getMessage

public java.lang.String getMessage()

getExceptionCode

public int getExceptionCode()


copyright© 2001-2004 by webMethods All Rights Reserved.