Package icu.easyj.db.exception
Class DbConnectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
icu.easyj.core.exception.BaseRuntimeException
icu.easyj.db.exception.DbException
icu.easyj.db.exception.DbConnectionException
- All Implemented Interfaces:
Serializable
数据库连接相关异常
- Author:
- wangliang181230
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDbConnectionException(String message) DbConnectionException(String message, String errorCode) DbConnectionException(String message, String errorCode, Throwable cause) DbConnectionException(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
-
DbConnectionException
-
DbConnectionException
-
DbConnectionException
-
DbConnectionException
-