Package org.apache.qpid.jms
Class JmsResourceNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
jakarta.jms.JMSException
org.apache.qpid.jms.JmsResourceNotFoundException
- All Implemented Interfaces:
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:
-
Constructor Summary
ConstructorsConstructorDescriptionJmsResourceNotFoundException(String reason) JmsResourceNotFoundException(String reason, String errorCode) -
Method Summary
Methods inherited from class jakarta.jms.JMSException
getErrorCode, getLinkedException, setLinkedExceptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JmsResourceNotFoundException
-
JmsResourceNotFoundException
-