java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jooq.exception.DataAccessException
org.jooq.exception.DataMigrationException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- DataMigrationValidationException
An error occurred while running a 
Migration.- Author:
- Lukas Eder
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionDataMigrationException(String message) Constructor for DataMigrationException.DataMigrationException(String message, Throwable cause) Constructor for DataMigrationException.
- 
Method SummaryMethods inherited from class org.jooq.exception.DataAccessExceptiongetCause, getStackTrace, sqlState, sqlStateClass, sqlStateSubclassMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
DataMigrationExceptionConstructor for DataMigrationException.- Parameters:
- message- the detail message
 
- 
DataMigrationExceptionConstructor for DataMigrationException.- Parameters:
- message- the detail message
- cause- the cause
 
 
-