Class JMSNotActiveException
java.lang.Object
java.lang.Throwable
java.lang.Exception
jakarta.jms.JMSException
com.ibm.mq.jakarta.jms.JMSNotActiveException
- All Implemented Interfaces:
Serializable
public class JMSNotActiveException
extends jakarta.jms.JMSException
Deprecated.
no longer used.
JMSNotActiveException is thrown if a resource has been closed.
- 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
-
JMSNotActiveException
public JMSNotActiveException()Deprecated.
-