com.ibm.broker.config.proxy
Class ConfigManagerProxyLoggedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.broker.config.proxy.ConfigManagerProxyException
              extended by com.ibm.broker.config.proxy.ConfigManagerProxyLoggedException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ConfigManagerProxyLoggedMQException

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
 47371    2007-07-30  HDMPL           v6.1 Release (no changes)

 

Version:
Config/com/ibm/broker/config/proxy/ConfigManagerProxyLoggedException.java, CMP, S000 1.13
See Also:
Serialized Form

Method Summary
 java.lang.String getServiceInformation()
          Returns some non-translated service resolution information for the current exception.
 
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

getServiceInformation

public java.lang.String getServiceInformation()
Returns some non-translated service resolution information for the current exception.

Returns:
String service information (may be blank)