com.oracle.webservices.oracle_internal_api.rm
Class InboundAcceptedAcceptFailed

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.oracle.webservices.oracle_internal_api.rm.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 Summary
InboundAcceptedAcceptFailed()
           
InboundAcceptedAcceptFailed(String message)
           
InboundAcceptedAcceptFailed(String message, Throwable cause)
           
InboundAcceptedAcceptFailed(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

InboundAcceptedAcceptFailed

public InboundAcceptedAcceptFailed()

InboundAcceptedAcceptFailed

public InboundAcceptedAcceptFailed(String message,
                                   Throwable cause)

InboundAcceptedAcceptFailed

public InboundAcceptedAcceptFailed(String message)

InboundAcceptedAcceptFailed

public InboundAcceptedAcceptFailed(Throwable cause)


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.