Package icu.easyj.db.exception
Class DbException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
icu.easyj.core.exception.BaseRuntimeException
icu.easyj.db.exception.DbException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DbConnectionException
public class DbException
extends icu.easyj.core.exception.BaseRuntimeException
数据库相关异常
- Author:
- wangliang181230
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDbException(String message) DbException(String message, String errorCode) DbException(String message, String errorCode, Throwable cause) DbException(String message, Throwable cause) -
Method Summary
Methods inherited from class icu.easyj.core.exception.BaseRuntimeException
getErrorCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DbException
-
DbException
-
DbException
-
DbException
-