abstract class WrapperBase
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
protected class |
WrapperBase.ConnectionErrorFiringInvocationHandler |
| Modifier and Type | Field and Description |
|---|---|
protected ExceptionInterceptor |
exceptionInterceptor |
protected MysqlPooledConnection |
pooledConnection |
protected java.util.Map<java.lang.Class<?>,java.lang.Object> |
unwrappedInterfaces |
| Modifier | Constructor and Description |
|---|---|
protected |
WrapperBase(MysqlPooledConnection pooledConnection) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkAndFireConnectionError(java.sql.SQLException sqlEx)
Fires connection error event if required, before re-throwing exception
|
protected MysqlPooledConnection pooledConnection
protected java.util.Map<java.lang.Class<?>,java.lang.Object> unwrappedInterfaces
protected ExceptionInterceptor exceptionInterceptor
protected WrapperBase(MysqlPooledConnection pooledConnection)
protected void checkAndFireConnectionError(java.sql.SQLException sqlEx)
throws java.sql.SQLException
sqlEx - the SQLException that has occurredjava.sql.SQLException - (rethrown)