Class MigrationException
- Object
-
- Throwable
-
- Exception
-
- RuntimeException
-
- MigrationException
-
- All Implemented Interfaces:
Serializable
public class MigrationException extends RuntimeException
Exception occurring during the migration process, typically stopping it- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MigrationException(String message)
MigrationException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-