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
public class RMRetryException extends Exception
RMRetryExceptionis given tocom.oracle.webservices.api.disi.ClientResponseTransport#failto 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#requestagain.Note: a retry will not occur is max retries, timeouts, etc., are exceeded.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RMRetryException()
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-