Class JmsTransactionInDoubtException

  • All Implemented Interfaces:
    java.io.Serializable

    public class JmsTransactionInDoubtException
    extends jakarta.jms.JMSException
    JMSException derivative that defines that a TX outcome is unknown.
    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

      • JmsTransactionInDoubtException

        public JmsTransactionInDoubtException​(java.lang.String reason,
                                              java.lang.String errorCode)
      • JmsTransactionInDoubtException

        public JmsTransactionInDoubtException​(java.lang.String reason)