JMSParameterIsNullException

 

public class JMSParameterIsNullException
extends JMSException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----javax.jms.JMSException
                           |
                           +----com.ibm.mq.jms.JMSParameterIsNullException
          

Indicates that the value of a method parameter is null. In the case of String parameters, the value might have been the empty String.


uj32170_