Class DbMigrate.MigrateDbMigrateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- migratedb.v1.core.api.MigrateDbException
-
- migratedb.v1.core.internal.command.DbMigrate.MigrateDbMigrateException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- DbMigrate
public static class DbMigrate.MigrateDbMigrateException extends MigrateDbException
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MigrationInfogetMigration()booleanisOutOfOrder()-
Methods inherited from class migratedb.v1.core.api.MigrateDbException
getErrorCode
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getMigration
public MigrationInfo getMigration()
-
isOutOfOrder
public boolean isOutOfOrder()
-
-