JavaScript is disabled on your browser.
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
javax.resource.spi
Interface RetryableException
-
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- RetryableUnavailableException, RetryableWorkRejectedException
public interface RetryableException
extends 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
- Version:
- Java EE Connector Architecture 1.6
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
Copyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.