javax.resource.spi
Interface RetryableException

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
RetryableUnavailableException, RetryableWorkRejectedException

public interface RetryableException
extends 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
Version:
Java EE Connector Architecture 1.6



Submit a bug or feature

Copyright © 2009-2011, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.

Generated on 10-February-2011 12:41