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).| Constructor and Description |
|---|
InboundAcceptedAcceptFailed() |
InboundAcceptedAcceptFailed(String message) |
InboundAcceptedAcceptFailed(String message,
Throwable cause) |
InboundAcceptedAcceptFailed(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2005–2018 Oracle Corporation. All rights reserved.