Class JmsResourceNotFoundException

  • All Implemented Interfaces:
    java.io.Serializable

    public class JmsResourceNotFoundException
    extends jakarta.jms.JMSException
    Thrown when the remote peer return amqp:not-found for instances other than those that would generate an InvalidDestinationException or some other more situation appropriate JMSException instance.
    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

      • JmsResourceNotFoundException

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

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