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 Summary
Constructors -
Method Summary
Methods inherited from class jakarta.jms.JMSException
getErrorCode, getLinkedException, setLinkedExceptionMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JMSParameterIsNullException
public JMSParameterIsNullException()Deprecated.
-