Class MigrateDbSqlException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MigrateDbSqlScriptException

public class MigrateDbSqlException extends MigrateDbException
The specific exception thrown when MigrateDB encounters a problem in SQL statement.
See Also:
  • Constructor Details

    • MigrateDbSqlException

      public MigrateDbSqlException(String message, SQLException sqlException)
  • Method Details