Uses of Class
uk.org.ury.database.exceptions.MissingCredentialsException

Packages that use MissingCredentialsException
uk.org.ury.config   
uk.org.ury.database Database services for the URY Presenter Suite. 
uk.org.ury.server The URY Server kernel. 
 

Uses of MissingCredentialsException in uk.org.ury.config
 

Constructors in uk.org.ury.config that throw MissingCredentialsException
ConfigReader(java.lang.String configFile)
          Read in the config file and create the Database and Auth configuration objects.
 

Uses of MissingCredentialsException in uk.org.ury.database
 

Constructors in uk.org.ury.database that throw MissingCredentialsException
DatabaseDriver(ConfigReader config, UserClass type)
          Construct a new DatabaseDriver with the given user class.
 

Uses of MissingCredentialsException in uk.org.ury.server
 

Methods in uk.org.ury.server that throw MissingCredentialsException
 DatabaseDriver Server.getDatabaseConnection(UserClass userClass)
          Gets a database connection using the given user class.