Uses of Class
marauroa.server.db.DatabaseConnectionException
Packages that use DatabaseConnectionException
Package
Description
database specific low level code.
high level database access.
-
Uses of DatabaseConnectionException in marauroa.server.db.adapter
Methods in marauroa.server.db.adapter that throw DatabaseConnectionExceptionModifier and TypeMethodDescriptionprotected ConnectionAbstractDatabaseAdapter.createConnection(Properties connInfo)This method creates the real connection to database.protected ConnectionH2DatabaseAdapter.createConnection(Properties connInfo)protected ConnectionMySQLDatabaseAdapter.createConnection(Properties connInfo)protected ConnectionPostgresDatabaseAdapter.createConnection(Properties connInfo)Constructors in marauroa.server.db.adapter that throw DatabaseConnectionExceptionModifierConstructorDescriptionprotectedcreates a new AbstractDatabaseAdapter for test purpose without connection to the DBAbstractDatabaseAdapter(Properties connInfo)creates a new AbstractDatabaseAdapterprotectedcreates a new H2Adapter for test purposes, without connection to the DBH2DatabaseAdapter(Properties connInfo)creates a new H2Adapterprotectedcreates a new MySQLDatabaseAdapter for test purposes, without connection to the DBMySQLDatabaseAdapter(Properties connInfo)creates a new MySQLDatabaseAdapterprotectedcreates a new PostgresqlDatabaseAdapter for test purposes, without connection to the DBPostgresDatabaseAdapter(Properties connInfo)creates a new PostgresqlDatabaseAdapter -
Uses of DatabaseConnectionException in marauroa.server.game.db
Methods in marauroa.server.game.db that throw DatabaseConnectionExceptionModifier and TypeMethodDescriptionvoidDatabaseFactory.initializeDatabase()initializes the database system