Class JMSParameterIsNullException

java.lang.Object
java.lang.Throwable
java.lang.Exception
jakarta.jms.JMSException
com.ibm.mq.jakarta.jms.JMSParameterIsNullException
All Implemented Interfaces:
Serializable

public class JMSParameterIsNullException extends jakarta.jms.JMSException
Deprecated.
no longer used.
Indicates that the value of a method parameter is null. In the case of String parameters, the value might have been the empty String.
See Also:
  • Constructor Details

    • JMSParameterIsNullException

      public JMSParameterIsNullException()
      Deprecated.