Class RetryableWorkRejectedException

java.lang.Object
All Implemented Interfaces:
RetryableException, Serializable

public class RetryableWorkRejectedException extends WorkRejectedException implements RetryableException
A subclass of the WorkRejectedException that indicates that the the service unavailability is transient. It is thrown in situations where the previously failed operation might be able to succeed if the resource adapter performs some recovery steps and retries the operation.
Since:
1.6
See Also: