|
WBI BrokersTM Config Manager Proxy API |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ibm.broker.config.proxy.ConfigManagerProxyException
com.ibm.broker.config.proxy.ConfigManagerProxyPropertyNotInitializedException
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
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 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |