Class JmsOperationTimedOutException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    JmsSendTimedOutException

    public class JmsOperationTimedOutException
    extends jakarta.jms.JMSException
    Exception that indicates a blocking operation timed out while waiting for the remote to acknowledge or process it.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class jakarta.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

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

      • JmsOperationTimedOutException

        public JmsOperationTimedOutException​(java.lang.String reason)
      • JmsOperationTimedOutException

        public JmsOperationTimedOutException​(java.lang.String reason,
                                             java.lang.String errorCode)