java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jooq.exception.DataAccessException
org.jooq.exception.DataMigrationException
org.jooq.exception.DataMigrationValidationException
- All Implemented Interfaces:
- Serializable
An error occurred while running 
Migration.validate().- Author:
- Lukas Eder
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionDataMigrationValidationException(String message) Constructor for DataMigrationValidationException.DataMigrationValidationException(String message, Throwable cause) Constructor for DataMigrationValidationException.
- 
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- 
DataMigrationValidationExceptionConstructor for DataMigrationValidationException.- Parameters:
- message- the detail message
 
- 
DataMigrationValidationExceptionConstructor for DataMigrationValidationException.- Parameters:
- message- the detail message
- cause- the cause
 
 
-