- 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
public class DataMigrationValidationException extends DataMigrationException
An error occurred while runningMigration.validate()
.- Author:
- Lukas Eder
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DataMigrationValidationException(String message)
Constructor for DataMigrationValidationException.DataMigrationValidationException(String message, Throwable cause)
Constructor for DataMigrationValidationException.
-
Method Summary
-
Methods inherited from class org.jooq.exception.DataAccessException
getCause, getStackTrace, sqlState, sqlStateClass, sqlStateSubclass
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
DataMigrationValidationException
public DataMigrationValidationException(String message)
Constructor for DataMigrationValidationException.- Parameters:
message
- the detail message
-
-