Uses of Class
wt.pom.ConnectionException

Packages that use ConnectionException
wt.pom Provides low-level, yet database independent, access to a database. 
 

Uses of ConnectionException in wt.pom
 

Methods in wt.pom that throw ConnectionException
private  void WTConnection.connect()
           
 void WTConnection.disconnect()
          Disconnect from a datastore.
 

Constructors in wt.pom that throw ConnectionException
WTConnection(PDSIfc pds)