Uses of Interface
javax.resource.spi.RetryableException
-
Packages that use RetryableException Package Description javax.resource.spi The javax.resource.spi package contains APIs for the system contracts defined in the Java EE Connector Architecture specification.javax.resource.spi.work This package contains APIs for the Work Management, Generic Work and Security Work contracts. -
-
Uses of RetryableException in javax.resource.spi
Classes in javax.resource.spi that implement RetryableException Modifier and Type Class Description classRetryableUnavailableExceptionA subclass of theUnavailableExceptionthat indicates that the rejection of the work submission is transient. -
Uses of RetryableException in javax.resource.spi.work
Classes in javax.resource.spi.work that implement RetryableException Modifier and Type Class Description classRetryableWorkRejectedExceptionA subclass of theWorkRejectedExceptionthat indicates that the the service unavailability is transient.
-