Uses of Class
com.googlecode.flyway.core.exception.FlywayException

Packages that use FlywayException
com.googlecode.flyway.core The main Flyway package and for most users, the only one they'll ever need to know about. 
com.googlecode.flyway.core.clean Private API: No compatibility guarantees provided. 
com.googlecode.flyway.core.init Private API: No compatibility guarantees provided. 
com.googlecode.flyway.core.migration SchemaVersion class, the rest is Private API: No compatibility guarantees provided. 
com.googlecode.flyway.core.util.jdbc Private API: No compatibility guarantees provided. 
com.googlecode.flyway.core.validation Private API: No compatibility guarantees provided. 
 

Uses of FlywayException in com.googlecode.flyway.core
 

Methods in com.googlecode.flyway.core that throw FlywayException
 void Flyway.init()
          Creates and initializes the Flyway metadata table.
 int Flyway.migrate()
          Starts the database migration.
 void Flyway.validate()
          Validate applied migration with classpath migrations to detect accidental changes.
 

Uses of FlywayException in com.googlecode.flyway.core.clean
 

Methods in com.googlecode.flyway.core.clean that throw FlywayException
 void DbCleaner.clean()
          Cleans the schemas of all objects.
 

Uses of FlywayException in com.googlecode.flyway.core.init
 

Subclasses of FlywayException in com.googlecode.flyway.core.init
 class InitException
          Exception indicating that migration failed.
 

Uses of FlywayException in com.googlecode.flyway.core.migration
 

Subclasses of FlywayException in com.googlecode.flyway.core.migration
 class MigrationException
          Exception indicating that migration failed.
 

Methods in com.googlecode.flyway.core.migration that throw FlywayException
 int DbMigrator.migrate(java.util.List<Migration> migrations)
          Starts the actual migration.
 

Uses of FlywayException in com.googlecode.flyway.core.util.jdbc
 

Subclasses of FlywayException in com.googlecode.flyway.core.util.jdbc
 class TransactionException
          Exception thrown when a failure caused a transaction rollback.
 

Methods in com.googlecode.flyway.core.util.jdbc that throw FlywayException
static java.sql.Connection JdbcUtils.openConnection(javax.sql.DataSource dataSource)
          Opens a new connection from this dataSource.
 

Constructors in com.googlecode.flyway.core.util.jdbc that throw FlywayException
DriverDataSource(java.sql.Driver driver, java.lang.String url, java.lang.String user, java.lang.String password, java.lang.String... initSqls)
          Creates a new DriverDataSource.
DriverDataSource(java.lang.String driverClass, java.lang.String url, java.lang.String user, java.lang.String password, java.lang.String... initSqls)
          Creates a new DriverDataSource.
 

Uses of FlywayException in com.googlecode.flyway.core.validation
 

Subclasses of FlywayException in com.googlecode.flyway.core.validation
 class ValidationException
          Exception indicating that the available migrations are inconsistent or incompatible with the applied migrations.
 



Copyright © 2012. All Rights Reserved.