WBI BrokersTM
Config Manager Proxy API

com.ibm.broker.config.proxy
Class ConfigManagerProxyPropertyNotInitializedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ibm.broker.config.proxy.ConfigManagerProxyException
              extended bycom.ibm.broker.config.proxy.ConfigManagerProxyPropertyNotInitializedException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConfigManagerProxyIncompatibilityException

public class ConfigManagerProxyPropertyNotInitializedException
extends ConfigManagerProxyException

This exception type represents the condition when an application attempts to get a property of an AdministeredObject, but the property has not yet been set to a value by the Config Manager. The exception is thrown because the Config Manager Proxy does not know what the correct value is for the property.

The Config Manager Proxy will automatically ask the Config Manager for up-to-date information on all AdministeredObjects in use. This exception will be thrown if an application attempts to make use of an Administered object before the Config Manager has had chance to update the Administered object's properties with the correct values.

In order to guard against receiving lots of these exceptions, the AdministeredObject class goes through an internal retry mechanism before reporting any exceptions of this type to the calling application. See ConfigManagerProxy.setRetryCharacteristics() for information on configuring this retry mechanism.


 Change Activity:
 -------- ----------- -------------   ------------------------------------
 Reason:  Date:       Originator:     Comments:
 -------- ----------- -------------   ------------------------------------
 25103.1  2004-03-30  HDMPL           v6 Release

 

See Also:
Serialized Form

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
 


WBI BrokersTM
Config Manager Proxy API