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.0
Version:
2022-09-01
See Also:
  • Constructor Details

    • MigrationException

      public MigrationException(String message)
      Constructs a new "migration" exception with the specified message.
      Parameters:
      message - the detailed error message
    • 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