Class Hierarchy All Classes All Fields and Methods

Class com.ibm.broker.config.proxy.ConfigManagerProxyLoggedException

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

public class ConfigManagerProxyLoggedException
extends ConfigManagerProxyException

This exception is used to describe a general problem with the Configuration Manager Proxy, as a result of an internal error or a misuse of the API. Additional service resolution information, of benefit to IBM service, is included with the exception text and can be accessed using the getServiceInformation() method.


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

 

Field Index
Field Description
copyright IBM Copyright
sccsid Version information
Constructor Index
Constructor Description
ConfigManagerProxyLoggedException(String, String) Constructor
Method Index
Method Description
String getServiceInformation() Returns some non-translated service resolution information for the current exception.

Fields

copyright

protected static final java.lang.String copyright

IBM Copyright

sccsid

protected static final java.lang.String sccsid

Version information

Constructors

ConfigManagerProxyLoggedException

protected ConfigManagerProxyLoggedException(String s,
                                            String serviceInformation) 

Constructor

Methods

getServiceInformation

public String getServiceInformation() 

Returns some non-translated service resolution information for the current exception.

Class Hierarchy All Classes All Fields and Methods