BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

weblogic.common
Class LicenseKeyIpException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--weblogic.common.LicenseException
                          |
                          +--weblogic.common.LicenseKeyIpException

public final class LicenseKeyIpException
extends LicenseException

Class for verifying licensing information. This is when the ip of the key does not match ip of machine

Author:
Copyright (c) 1995-98 by WebLogic, Inc. All Rights Reserved., Copyright (c) 1999 by BEA WebXpress. All Rights Reserved.
Copyright © 2000 BEA Systems, Inc. All Rights Reserved.
See Also:
Serialized Form

Constructor Summary
LicenseKeyIpException()
          Constructs a LicenseKeyIpException with a general exception message.
LicenseKeyIpException(java.lang.String val)
          Constructs a LicenseKeyIpException with the specified string.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LicenseKeyIpException

public LicenseKeyIpException()
Constructs a LicenseKeyIpException with a general exception message.

LicenseKeyIpException

public LicenseKeyIpException(java.lang.String val)
Constructs a LicenseKeyIpException with the specified string.

Parameters:
val - String message

Documentation is available at
http://www.weblogic.com/docs51