Class CannotFindDataSourceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.baomidou.dynamic.datasource.exception.CannotFindDataSourceException
- All Implemented Interfaces:
Serializable
exception when dataSource cannot select
- Since:
- 2.5.6
- Author:
- TaoYu
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCannotFindDataSourceException(String message) 构造方法CannotFindDataSourceException(String message, 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
-
CannotFindDataSourceException
构造方法- Parameters:
message- 异常信息
-
CannotFindDataSourceException
构造方法- Parameters:
message- 异常信息cause- 异常
-