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
public class MigrateDbValidateException extends MigrateDbException
Exception thrown when MigrateDB encounters a problem with Validate.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MigrateDbValidateException(ErrorDetails errorDetails, String allValidateMessages)
-
Method Summary
-
Methods inherited from class migratedb.v1.core.api.MigrateDbException
getErrorCode
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
MigrateDbValidateException
public MigrateDbValidateException(ErrorDetails errorDetails, String allValidateMessages)
-
-