com.ibm.mq.jms

Class NoBrokerResponseException

  1. java.lang.Object
  2. extended byjava.lang.Throwable
  3. extended byjava.lang.Exception
  4. extended byjavax.jms.JMSException
  5. extended bycom.ibm.mq.jms.NoBrokerResponseException
All implemented interfaces:
java.io.Serializable

Deprecated. no longer used.
  1. public class NoBrokerResponseException
  2. 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

Modifier and Type Method and Description
  1. void
setLinkedException(java.lang.Exception exception)
Deprecated.
Methods inherited from class javax.jms.JMSException
getErrorCode, getLinkedException
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

setLinkedException

  1. public void setLinkedException( java.lang.Exception exception)
Deprecated.
Overrides:
setLinkedException in class javax.jms.JMSException
See Also:
JMSException.setLinkedException(java.lang.Exception)