Class MigrationException

All Implemented Interfaces:
Serializable

public class MigrationException extends RuntimeException
Exception thrown whenever an attempt to migrate (either upgrade or rollback) a database to a different schema fails.
Since:
1
Version:
1
See Also:
  • Constructor Details

    • MigrationException

      public MigrationException(String message)
      Constructs a new "migration" exception with the specified message.
      Parameters:
      message - the detailed error message
      Since:
      1
    • MigrationException

      public MigrationException(String message, Throwable cause)
      Constructs a new "migration" exception with the specified message and cause.
      Parameters:
      message - the detailed error message
      cause - the exception that caused this exception
      Since:
      1