Class InboundAcceptedAcceptFailed

  • All Implemented Interfaces:
    Serializable

    public class InboundAcceptedAcceptFailed
    extends Exception
    InboundAcceptedAcceptFailed is thrown if the user calls InboundAccepted#accepted(true) but the RMD is not able to internally record the message as delivered (e.g., an atomic transaction fails to commit).
    See Also:
    Serialized Form
    • Constructor Detail

      • InboundAcceptedAcceptFailed

        public InboundAcceptedAcceptFailed()
      • InboundAcceptedAcceptFailed

        public InboundAcceptedAcceptFailed​(String message,
                                           Throwable cause)
      • InboundAcceptedAcceptFailed

        public InboundAcceptedAcceptFailed​(String message)
      • InboundAcceptedAcceptFailed

        public InboundAcceptedAcceptFailed​(Throwable cause)