Package org.apache.qpid.jms.exceptions
Class QpidJmsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
jakarta.jms.JMSException
org.apache.qpid.jms.exceptions.QpidJmsException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
IdConversionException
public class QpidJmsException
extends jakarta.jms.JMSException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionQpidJmsException(String reason) QpidJmsException(String reason, Exception cause) -
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
-
QpidJmsException
-
QpidJmsException
-