com.ibm.broker.config.proxy

Class ConfigManagerProxyRequestTimeoutException

  • All Implemented Interfaces:
    java.io.Serializable


    public class ConfigManagerProxyRequestTimeoutException
    extends ConfigManagerProxyLoggedException
    An exception which states that the broker did not respond to a request to change its configuration before a timeout occurred. If the owning application has enabled synchronous property changes using the BrokerProxy.setSynchronous() method, instances of this exception can be thrown by property change methods if the request was successfully sent to the broker but the broker did not respond in a time period denoted by the int parameter to BrokerProxy.setSynchronous().

    The receipt of this exception does not mean that request was rejected by the broker. It is still possible that the broker will process the message when it is able to do so.

    As an subclass of ConfigManagerProxyLoggedException, additional resolution information is included with the exception text and can be accessed using the getServiceInformation() method.

    
     Change Activity:
     -------- ----------- -------------   ------------------------------------
     Reason:  Date:       Originator:     Comments:
     -------- ----------- -------------   ------------------------------------
     53970    2009-03-27  HDMPL           v7 Release
    
     
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait