com.ibm.mq.jms

Class NoBrokerResponseException

  • java.lang.Object
    • java.lang.Throwable
      • java.lang.Exception
        • javax.jms.JMSException
          • com.ibm.mq.jms.NoBrokerResponseException
  • All Implemented Interfaces:
    java.io.Serializable

    Deprecated. 
    no longer used.

    public class NoBrokerResponseException
    extends javax.jms.JMSException
    Indicates that a response was requested for a broker command, but none was received within the timeout interval.
    See Also:
    Serialized Form
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      void setLinkedException(java.lang.Exception exception)
      Deprecated. 
       
      • Methods inherited from class javax.jms.JMSException

        getErrorCode, getLinkedException
      • 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
    • Method Detail

      • setLinkedException

        public void setLinkedException(java.lang.Exception exception)
        Deprecated. 
        Overrides:
        setLinkedException in class javax.jms.JMSException
        See Also:
        JMSException.setLinkedException(java.lang.Exception)
(c) Copyright IBM Corp. 2008, 2015. All Rights Reserved.