| |
|
| java.lang.Object com.mysql.jdbc.jdbc2.optional.WrapperBase
WrapperBase | abstract class WrapperBase (Code) | | Base class for all wrapped instances created by LogicalHandle
author: Mark matthews version: $Id: WrapperBase.java 6407 2007-04-23 21:40:24Z mmatthews $ |
Inner Class :protected class ConnectionErrorFiringInvocationHandler implements InvocationHandler | |
unwrappedInterfaces | protected Map unwrappedInterfaces(Code) | | |
checkAndFireConnectionError | protected void checkAndFireConnectionError(SQLException sqlEx) throws SQLException(Code) | | Fires connection error event if required, before re-throwing exception
Parameters: sqlEx - the SQLException that has ocurred throws: SQLException - (rethrown) |
|
|
|