Class MigrationException

  • All Implemented Interfaces:
    Serializable

    public class MigrationException
    extends com.quartetfs.fwk.QuartetRuntimeException
    The runtime exception that is thrown when an issue occurs at the migration of hibernate database.

    The migration is done by the children classes of ADbMigration

    Author:
    QuartetFS
    See Also:
    ADbMigration, Serialized Form
    • Constructor Detail

      • MigrationException

        public MigrationException()
        Default constructor
      • MigrationException

        public MigrationException​(String message,
                                  Throwable cause)
        Parameters:
        message - the detailed message
        cause - the cause
      • MigrationException

        public MigrationException​(String message)
        Parameters:
        message - the detailed message
      • MigrationException

        public MigrationException​(Throwable cause)
        Parameters:
        cause - the cause