com.ibm.broker.config.proxy

Class ConfigManagerProxySecurityException

  • All Implemented Interfaces:
    java.io.Serializable


    public class ConfigManagerProxySecurityException
    extends ConfigManagerProxyLoggedException
    This exception is used to describe a general problem with the IBM Integration API (CMP), 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)
     51619.8  2008-12-16  HDMPL           v7 Release (no changes)
    
     
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      ConfigManagerProxySecurityException(java.lang.String s, java.lang.String serviceInformation, java.lang.String ip, int port)
      Constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getIp() 
      int getPort() 
      java.lang.String getServiceInformation()
      Returns some non-translated service resolution information for the current exception.
      • 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
    • Constructor Detail

      • ConfigManagerProxySecurityException

        public ConfigManagerProxySecurityException(java.lang.String s,
                                                   java.lang.String serviceInformation,
                                                   java.lang.String ip,
                                                   int port)
        Constructor
        Parameters:
        s - Description of the exception
        serviceInformation - Information for the IBM service teams.
        port -
        ip - Preserved on exception to allow diagnosis of where the connection was being attempted.
    • Method Detail

      • getIp

        public java.lang.String getIp()
      • getPort

        public int getPort()
      • getServiceInformation

        public java.lang.String getServiceInformation()
        Returns some non-translated service resolution information for the current exception.
        Overrides:
        getServiceInformation in class ConfigManagerProxyLoggedException
        Returns:
        String service information (may be blank)