Module org.glassfish.metro.wsit.api
Class RMRetryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.oracle.webservices.oracle_internal_api.rm.RMRetryException
- All Implemented Interfaces:
Serializable
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:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RMRetryException
public RMRetryException()Default constructor.
-