Class Hierarchy All Classes All Fields and Methods

Class com.ibm.broker.config.proxy.ConfigManagerProxyLoggedMQException

java.lang.Object
        java.lang.Throwable
                java.lang.Exception
                        com.ibm.broker.config.proxy.ConfigManagerProxyException
                                com.ibm.broker.config.proxy.ConfigManagerProxyLoggedException
                                        com.ibm.broker.config.proxy.ConfigManagerProxyLoggedMQException

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

 

Field Index
Field Description
copyright IBM Copyright
sccsid Version information
Constructor Index
Constructor Description
ConfigManagerProxyLoggedMQException(MQException, String, String) Constructor
Method Index
Method Description
int getReasonCode() The reason code thrown by the WebSphere MQ Classes for Java.

Fields

copyright

protected static final java.lang.String copyright

IBM Copyright

sccsid

protected static final java.lang.String sccsid

Version information

Constructors

ConfigManagerProxyLoggedMQException

protected ConfigManagerProxyLoggedMQException(MQException mqex,
                                              String s,
                                              String serviceInformation) 

Constructor

Methods

getReasonCode

public int getReasonCode() 

The reason code thrown by the WebSphere MQ Classes for Java.

Class Hierarchy All Classes All Fields and Methods