Class SessionClosedException

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

public class SessionClosedException extends javax.jms.JMSException
See Also:
exclude
- as it's not part of the public API An exception class to indicate that a session has been closed and can't perform the action requested. This is an internal class, not part of the public api.
  • Constructor Details

    • SessionClosedException

      public SessionClosedException(String str)
      Parameters:
      str - a description of the exception.