Class SQLRecoverableExceptionHandler
java.lang.Object
de.hybris.platform.jdbcwrapper.interceptor.recover.SQLRecoverableExceptionHandler
- All Implemented Interfaces:
JDBCInterceptor
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.hybris.platform.jdbcwrapper.interceptor.JDBCInterceptor
JDBCInterceptor.RunnableWithSQLException, JDBCInterceptor.SupplierWithSQLException<T> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidfinal void<T> Tget(JDBCInterceptorContext ctx, JDBCInterceptor.SupplierWithSQLException<T> supplier) booleanisOpen()toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface de.hybris.platform.jdbcwrapper.interceptor.JDBCInterceptor
get, run, wrap
-
Constructor Details
-
SQLRecoverableExceptionHandler
-
-
Method Details
-
get
public <T> T get(JDBCInterceptorContext ctx, JDBCInterceptor.SupplierWithSQLException<T> supplier) throws SQLException - Specified by:
getin interfaceJDBCInterceptor- Throws:
SQLException
-
isOpen
public boolean isOpen() -
forceClose
public final void forceClose() -
forceOpen
public final void forceOpen() -
toString
-