Module jakarta.data

Class DataConnectionException

java.lang.Object
All Implemented Interfaces:
Serializable

public class DataConnectionException extends DataException
Indicates a connection-related failure that might be intermittent in nature. The operation might succeed if reattempted by the application. If the data access resource is enlisted in a transaction, the application must ensure that the transaction is rolled back before retrying the operation under a new transaction.
See Also: