public final class SQLRecoverableExceptionHandler extends java.lang.Object implements JDBCInterceptor
JDBCInterceptor.RunnableWithSQLException, JDBCInterceptor.SupplierWithSQLException<T>| Constructor and Description |
|---|
SQLRecoverableExceptionHandler(SQLRecoveryStrategy recoveryStrategy) |
| Modifier and Type | Method and Description |
|---|---|
void |
forceClose() |
void |
forceOpen() |
<T> T |
get(JDBCInterceptorContext ctx,
JDBCInterceptor.SupplierWithSQLException<T> supplier) |
boolean |
isOpen() |
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitget, run, wrappublic SQLRecoverableExceptionHandler(SQLRecoveryStrategy recoveryStrategy)
public <T> T get(JDBCInterceptorContext ctx, JDBCInterceptor.SupplierWithSQLException<T> supplier) throws java.sql.SQLException
get in interface JDBCInterceptorjava.sql.SQLExceptionpublic boolean isOpen()
public final void forceClose()
public final void forceOpen()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2018 SAP SE. All Rights Reserved.