Class DatabaseMigrationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.flectone.pulse.exception.DatabaseMigrationException
All Implemented Interfaces:
Serializable

public class DatabaseMigrationException extends RuntimeException
Thrown when a database file cannot be moved to the format the current driver works with.
See Also:
  • Constructor Details

    • DatabaseMigrationException

      public DatabaseMigrationException(String message)
      Creates the exception with a message of its own.
      Parameters:
      message - what went wrong
    • DatabaseMigrationException

      public DatabaseMigrationException(String message, Throwable cause)
      Creates the exception around the failure that broke the migration.
      Parameters:
      message - what went wrong
      cause - the underlying failure