Class FactorValueMigratorService.MigrationFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ubic.gemma.persistence.service.expression.experiment.FactorValueMigratorService.MigrationFailedException
- All Implemented Interfaces:
Serializable
- Enclosing interface:
FactorValueMigratorService
Keep track of the first failed migration when multiple migrations are performed in a single transaction.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMigrationFailedException
(FactorValueMigratorService.Migration migration, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MigrationFailedException
-
-
Method Details
-
getMigration
-