com.ibm.mq.jms

Class SessionClosedException

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


    public class SessionClosedException
    extends javax.jms.JMSException
    See Also:
    Serialized Form
    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.
    • Method Summary

      • Methods inherited from class javax.jms.JMSException

        getErrorCode, getLinkedException, setLinkedException
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SessionClosedException

        public SessionClosedException(java.lang.String str)
        Parameters:
        str -
(c) Copyright IBM Corp. 2008, 2015. All Rights Reserved.