com.ibm.mq.jms
Class MulticastHeartbeatTimeoutException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--javax.jms.JMSException
                    |
                    +--com.ibm.mq.jms.MulticastHeartbeatTimeoutException
All Implemented Interfaces:
java.io.Serializable

public class MulticastHeartbeatTimeoutException
extends javax.jms.JMSException

A MulticastHeartbeatTimeoutException indicates that the multicast connection timed out, which has resulted in the client being disconnected. This might indicate network problems or that the broker is no longer running. If the network load is high, then it might be necessary to increase the broker heartbeat timeout value to avoid heartbeat timeouts. See your Broker documentation for details of how to do this.

See Also:
Serialized Form

Methods inherited from class javax.jms.JMSException
getErrorCode, getLinkedException, setLinkedException
 
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
 


(c) Copyright IBM Corp. 2005. All Rights Reserved.