WBI BrokersTM
Config Manager Proxy API

com.ibm.broker.config.proxy
Class ConfigManagerProxyLoggedMQException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ibm.broker.config.proxy.ConfigManagerProxyException
              extended bycom.ibm.broker.config.proxy.ConfigManagerProxyLoggedException
                  extended bycom.ibm.broker.config.proxy.ConfigManagerProxyLoggedMQException
All Implemented Interfaces:
Serializable

public class ConfigManagerProxyLoggedMQException
extends ConfigManagerProxyLoggedException

This class is used to describe exceptions due to problems flagged by the WebSphere MQ Classes for Java. Additional MQ reason code information is included with the exception text.


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

 

See Also:
Serialized Form

Method Summary
 int getReasonCode()
          The reason code thrown by the WebSphere MQ Classes for Java.
 
Methods inherited from class com.ibm.broker.config.proxy.ConfigManagerProxyLoggedException
getServiceInformation
 
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
 

Method Detail

getReasonCode

public int getReasonCode()
The reason code thrown by the WebSphere MQ Classes for Java.

Returns:
int MQRC

WBI BrokersTM
Config Manager Proxy API