Uses of Interface
jakarta.resource.spi.RetryableException
-
Packages that use RetryableException Package Description jakarta.resource.spi The jakarta.resource.spi package contains APIs for the system contracts defined in the Jakarta Connectors specification.jakarta.resource.spi.work This package contains APIs for the Work Management, Generic and Security Work Context contracts. -
-
Uses of RetryableException in jakarta.resource.spi
Classes in jakarta.resource.spi that implement RetryableException Modifier and Type Class Description class
RetryableUnavailableException
A subclass of theUnavailableException
that indicates that the rejection of the work submission is transient. -
Uses of RetryableException in jakarta.resource.spi.work
Classes in jakarta.resource.spi.work that implement RetryableException Modifier and Type Class Description class
RetryableWorkRejectedException
A subclass of theWorkRejectedException
that indicates that the the service unavailability is transient.
-