com.ibm.broker.config.proxy

Class ConfigManagerProxyLoggedSocketException

  • All Implemented Interfaces:
    java.io.Serializable


    public class ConfigManagerProxyLoggedSocketException
    extends ConfigManagerProxyLoggedException
    This class is used to describe exceptions due to problems flagged by the web sockets.
    
     Change Activity:
     -------- ----------- -------------   ------------------------------------
     Reason:  Date:       Originator:     Comments:
     -------- ----------- -------------   ------------------------------------
    
     
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.Throwable getWrappedExc() 
      • 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

      • ConfigManagerProxyLoggedSocketException

        public ConfigManagerProxyLoggedSocketException(java.lang.Throwable t,
                                                       java.lang.String errorMsg)
        Constructor
        Parameters:
        t - MQException
        errorMsg - Description of the exception
    • Method Detail

      • getWrappedExc

        public java.lang.Throwable getWrappedExc()