Class RetryableUnavailableException

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

public class RetryableUnavailableException extends UnavailableException implements RetryableException
A subclass of the UnavailableException that indicates that the rejection of the work submission is transient. It is thrown in situations where the previously failed work submission might be able to succeed if the resource adapter retries the operation at a later point in time.
Since:
1.6
See Also: