Class JMSNotActiveException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.jms.JMSException
com.ibm.mq.jms.JMSNotActiveException
- All Implemented Interfaces:
Serializable
public class JMSNotActiveException
extends javax.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 javax.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.
-