Class SessionClosedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
jakarta.jms.JMSException
com.ibm.mq.jakarta.jms.SessionClosedException
- All Implemented Interfaces:
Serializable
public class SessionClosedException
extends jakarta.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 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
-
SessionClosedException
- Parameters:
str- a description of the exception.
-