[ Web Proxy ]
URL:
Viewing: https://docs.oracle.com/en/java/javase/24/docs/api/java.sql/java/sql/SQLRecoverableException.html [Back]  [Original]

SQLRecoverableException (Java SE 24 & JDK 24)
Contents 
Hide sidebar ❮❯ Show sidebar
  1. Description
  2. Constructor Summary
  3. Method Summary
  4. Constructor Details
    1. SQLRecoverableException()
    2. SQLRecoverableException(String)
    3. SQLRecoverableException(String, String)
    4. SQLRecoverableException(String, String, int)
    5. SQLRecoverableException(Throwable)
    6. SQLRecoverableException(String, Throwable)
    7. SQLRecoverableException(String, String, Throwable)
    8. SQLRecoverableException(String, String, int, Throwable)

Class SQLRecoverableException

java.lang.Object
All Implemented Interfaces:
Serializable, Iterable<Throwable>

public class SQLRecoverableException extends SQLException
The subclass of SQLException thrown in situations where a previously failed operation might be able to succeed if the application performs some recovery steps and retries the entire transaction or in the case of a distributed transaction, the transaction branch. At a minimum, the recovery operation must include closing the current connection and getting a new connection.
Since:
1.6
See Also:


Web Proxy Viewer  |  New URL  |  Original Page