com.ibm.mq.jms
Class JMSNotSupportedException

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

public class JMSNotSupportedException
extends javax.jms.JMSException

JMSNotSupportedException is thrown by methods not currently supported, for example, the application server facilities when using a direct connection to a broker.

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.