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

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

Class SQLTransientException

java.lang.Object
All Implemented Interfaces:
Serializable, Iterable<Throwable>
Direct Known Subclasses:
SQLTimeoutException, SQLTransactionRollbackException, SQLTransientConnectionException

public class SQLTransientException extends SQLException
The subclass of SQLException is thrown in situations where a previously failed operation might be able to succeed when the operation is retried without any intervention by application-level functionality.
Since:
1.6
See Also:


Web Proxy Viewer  |  New URL  |  Original Page