Class InboundAcceptedAcceptFailed
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.oracle.webservices.oracle_internal_api.rm.InboundAcceptedAcceptFailed
-
- All Implemented Interfaces:
Serializable
public class InboundAcceptedAcceptFailed extends Exception
InboundAcceptedAcceptFailedis thrown if the user callsInboundAccepted#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 Summary
Constructors Constructor Description InboundAcceptedAcceptFailed()InboundAcceptedAcceptFailed(String message)InboundAcceptedAcceptFailed(String message, Throwable cause)InboundAcceptedAcceptFailed(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-