Serialized Form
-
Package migratedb.v1.core.api
-
Exception migratedb.v1.core.api.MigrateDbException
class MigrateDbException extends RuntimeException implements Serializable-
Serialized Fields
-
errorCode
ErrorCode errorCode
-
-
-
Exception migratedb.v1.core.api.MigrateDbValidateException
class MigrateDbValidateException extends MigrateDbException implements Serializable
-
-
Package migratedb.v1.core.internal.command
-
Exception migratedb.v1.core.internal.command.DbMigrate.MigrateDbMigrateException
class MigrateDbMigrateException extends MigrateDbException implements Serializable-
Serialized Fields
-
migration
MigrationInfo migration
-
outOfOrder
boolean outOfOrder
-
-
-
-
Package migratedb.v1.core.internal.exception
-
Exception migratedb.v1.core.internal.exception.MigrateDbSqlException
class MigrateDbSqlException extends MigrateDbException implements Serializable -
Exception migratedb.v1.core.internal.exception.MigrateDbUpgradeRequiredException
class MigrateDbUpgradeRequiredException extends MigrateDbException implements Serializable
-
-
Package migratedb.v1.core.internal.sqlscript
-
Exception migratedb.v1.core.internal.sqlscript.MigrateDbSqlScriptException
class MigrateDbSqlScriptException extends MigrateDbSqlException implements Serializable-
Serialized Fields
-
resource
Resource resource
-
statement
SqlStatement statement
-
-
-