Package me.danwi.sqlex.core.exception
Class SqlExException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
me.danwi.sqlex.core.exception.SqlExException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SqlExCheckException,SqlExImpossibleException,SqlExMigrationException,SqlExRepositoryNotMatchException,SqlExSQLException,SqlExUndeclaredException
SqlEx 核心包 异常基类
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSqlExException(String message) SqlExException(String message, Throwable cause) SqlExException(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
-
SqlExException
public SqlExException() -
SqlExException
-
SqlExException
-
SqlExException
-