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:
Serializable
版本迁移异常
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSqlExMigrationException(int version, Throwable cause) SqlExMigrationException(String message) SqlExMigrationException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SqlExMigrationException
-
SqlExMigrationException
-
SqlExMigrationException
-
-
Method Details
-
getVersion
public int getVersion()
-