- 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
public class DataMigrationException extends DataAccessException
An error occurred while running aMigration
.- Author:
- Lukas Eder
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DataMigrationException(String message)
Constructor for DataMigrationException.DataMigrationException(String message, Throwable cause)
Constructor for DataMigrationException.
-
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
-
DataMigrationException
public DataMigrationException(String message)
Constructor for DataMigrationException.- Parameters:
message
- the detail message
-
-