Top Description
jakarta.resource.spi

public Interface RetryableException

extends Serializable
Known Direct Implementers
jakarta.resource.spi.RetryableUnavailableException, jakarta.resource.spi.work.RetryableWorkRejectedException
Imports
java.io.Serializable

A marker interface indicating that the Exception is transient. It is used in situations where a previously failed operation might be able to succeed if the resource adapter performs some recovery steps and retries the operation.
Since
1.6