Package org.xooof.xooofoscope.dao.exception

Examples of org.xooof.xooofoscope.dao.exception.ConnectionException


      Context initCtx = new InitialContext();
      //Hashtable properties = initCtx.getEnvironment();
      DataSource ds = (DataSource) initCtx.lookup("java:/PostgresDS");
      return ds.getConnection();
    } catch (Exception ex) {
      throw new ConnectionException(ex);
    }
   
  }
View Full Code Here

TOP

Related Classes of org.xooof.xooofoscope.dao.exception.ConnectionException

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.