java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jooq.exception.DataAccessException
org.jooq.exception.DataMigrationException
org.jooq.exception.DataMigrationVerificationException
- All Implemented Interfaces:
Serializable
An error occurred while running
Migration.verify() or
Commits.load(java.io.File), etc.- Author:
- Lukas Eder
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDataMigrationVerificationException(String message) Constructor for DataMigrationVerificationException.DataMigrationVerificationException(String message, Throwable cause) Constructor for DataMigrationVerificationException. -
Method Summary
Methods inherited from class org.jooq.exception.DataAccessException
getCause, getStackTrace, sqlState, sqlStateClass, sqlStateClass, sqlStateClass, sqlStateSubclassMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DataMigrationVerificationException
Constructor for DataMigrationVerificationException.- Parameters:
message- the detail message
-
DataMigrationVerificationException
Constructor for DataMigrationVerificationException.- Parameters:
message- the detail messagecause- the cause
-