Class DatabaseMigrationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.flectone.pulse.exception.DatabaseMigrationException
- All Implemented Interfaces:
Serializable
Thrown when a database file cannot be moved to the format the current driver works with.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDatabaseMigrationException(String message) Creates the exception with a message of its own.DatabaseMigrationException(String message, Throwable cause) Creates the exception around the failure that broke the migration. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DatabaseMigrationException
Creates the exception with a message of its own.- Parameters:
message- what went wrong
-
DatabaseMigrationException
-