Package me.danwi.sqlex.core.exception
Class SqlExMigrationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- me.danwi.sqlex.core.exception.SqlExException
-
- me.danwi.sqlex.core.exception.SqlExMigrationException
-
- All Implemented Interfaces:
java.io.Serializable
public class SqlExMigrationException extends SqlExException
版本迁移异常- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SqlExMigrationException(int version, java.lang.Throwable cause)SqlExMigrationException(java.lang.String message)SqlExMigrationException(java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetVersion()
-