/**
* Sets SQLExceptionFactpry40 om SqlException to make sure jdbc40
* exception and sub classes are thrown when running with jdbc4.0 support
*/
public ClientJDBCObjectFactoryImpl40 () {
SqlException.setExceptionFactory (new SQLExceptionFactory40 ());
}