com.ibm.mq.jms
Class BrokerCommandFailedException

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

public class BrokerCommandFailedException
extends javax.jms.JMSException

The broker has sent a response message which indicates that the command failed.

See Also:
Serialized Form

Method Summary
 int getReason()
          Gets the exception reason code.
 
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
 

Method Detail

getReason

public int getReason()
Gets the exception reason code.

Returns:
the reason code

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