BrokerCommandFailedException

public class BrokerCommandFailedException
extends JMSException
java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----javax.jms.JMSException
                           |
                           +----com.ibm.mq.jms.BrokerCommandFailedException
          

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

Methods

getReason

public int getReason();

Gets the exception reason code.

Returns