com.oracle.webservices.oracle_internal_api.rm
Class RMRetryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.oracle.webservices.oracle_internal_api.rm.RMRetryException
All Implemented Interfaces:
Serializable

public class RMRetryException
extends Exception

RMRetryException is given to com.oracle.webservices.api.disi.ClientResponseTransport#fail to signal that the RMS retry sending the message again.

This results in the RMS causing the message to be given to com.oracle.webservices.api.disi.ClientRequestTransport#request again.

Note: a retry will not occur is max retries, timeouts, etc., are exceeded.

See Also:
Serialized Form

Constructor Summary
RMRetryException()
           
 
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

RMRetryException

public RMRetryException()


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