com.mchange.v2.c3p0.cfg
Class DefaultC3P0ConfigFinder

java.lang.Object
  extended by com.mchange.v2.c3p0.cfg.DefaultC3P0ConfigFinder
All Implemented Interfaces:
C3P0ConfigFinder

public class DefaultC3P0ConfigFinder
extends java.lang.Object
implements C3P0ConfigFinder


Constructor Summary
DefaultC3P0ConfigFinder()
           
 
Method Summary
 C3P0Config findConfig()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultC3P0ConfigFinder

public DefaultC3P0ConfigFinder()
Method Detail

findConfig

public C3P0Config findConfig()
                      throws java.lang.Exception
Specified by:
findConfig in interface C3P0ConfigFinder
Throws:
java.lang.Exception