Package migratedb.v1.core.api
Class MigrateDbValidateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
migratedb.v1.core.api.MigrateDbException
migratedb.v1.core.api.MigrateDbValidateException
- All Implemented Interfaces:
Serializable
Exception thrown when MigrateDB encounters a problem with Validate.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMigrateDbValidateException(ErrorDetails errorDetails, String allValidateMessages) -
Method Summary
Methods inherited from class migratedb.v1.core.api.MigrateDbException
getErrorCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MigrateDbValidateException
-